[PATCH] D157279: [CodeGen] Disable FP LD1RX instructions generation for Neoverse-V1

Igor Kirillov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 7 07:57:36 PDT 2023


igor.kirillov updated this revision to Diff 547798.
igor.kirillov retitled this revision from "[CodeGen] Disable LD1RX instructions generation for Neoverse-V1" to "[CodeGen] Disable FP LD1RX instructions generation for Neoverse-V1".
igor.kirillov edited the summary of this revision.
igor.kirillov added a comment.
Herald added a subscriber: ctetreau.

- Rename new feature `avoid-ldr1` to `no-sve-fp-ld1r`
- Now change is applied only to FP LD1R instructions
- Some other renaming inside code


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157279

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157279.547798.patch
Type: text/x-patch
Size: 58805 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230807/183505e9/attachment-0001.bin>


More information about the llvm-commits mailing list