[PATCH] D108759: [AArch64][NFC] Fix ComplexPattern types conflicting with uses

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 1 19:25:28 PST 2021


jrtc27 updated this revision to Diff 391188.
jrtc27 added a comment.

Rebased after patch series held up on another review for several months

Changes:

- Trivial merge conflict resolution due to sve_ext_imm_0_* being renamed

- Split sve_cnt_mul_imm into i32 and i64 versions due to being used as both
  - NB: The i32 pattern (which is the one that gave type conflicts after rebasing, since previously the pattern was only ever used as an i64 so I just changed it to that, like sve_cnt_shl_imm still is) doesn't appear to have test coverage, as commenting out entirely passed all llvm/lib/CodeGen/AArch64 tests


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108759/new/

https://reviews.llvm.org/D108759

Files:
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108759.391188.patch
Type: text/x-patch
Size: 14231 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211202/a0cf1ad6/attachment.bin>


More information about the llvm-commits mailing list