This fixes a few places where the addrx3 and strx3 forms were missed.
Previously this meant if one of these forms appeared somewhere various
errors could occur. This now also adds an extra test case for the addrx3
form (which previously failed).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This LGTM.
As this is a very simple change covering an obvious omission and has associated tests, and there has beee a few days for any suggestions for improvment to be raised I'm setting "Accept Revision".
Comment Actions
Looks good except for the unrelated change in DwarfGenerator.
llvm/unittests/DebugInfo/DWARF/DwarfGenerator.h | ||
---|---|---|
270 ↗ | (On Diff #495472) | Looks unrelated to the rest of this patch - could you revert this before submitting? |