[PATCH] D157095: [CodeGen] Fix incorrect pattern FMLA_* pseudo instructions

Igor Kirillov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 07:03:36 PDT 2023


igor.kirillov created this revision.
Herald added subscribers: mgabka, hiraditya, kristof.beyls.
Herald added a project: All.
igor.kirillov requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

- Remove the incorrect patterns from AArch64fmla_p/AArch64fmls_p
- Add correct patterns to AArch64fmla_m1/AArch64fmls_m1
- Refactor fma_patfrags for the sake of PatFrags

Fixes https://github.com/llvm/llvm-project/issues/64419

Depends on D157094 <https://reviews.llvm.org/D157094>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157095

Files:
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve-fp-combine.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157095.547196.patch
Type: text/x-patch
Size: 7560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230804/7616179b/attachment.bin>


More information about the llvm-commits mailing list