This fixes a few issues with the R52 instregexs to enable the full overlap checking
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/ARM/ARMScheduleR52.td | ||
---|---|---|
223 ↗ | (On Diff #139403) | Without the $ these also matched _ldr version below |
515 ↗ | (On Diff #139403) | Was matching _ldr as well. |
533 ↗ | (On Diff #139403) | This was matching VADDHNv2i32 and similar instructions which are already matched on line 780 |
798 ↗ | (On Diff #139403) | This exact line appeard 5 lines above. |