[PATCH] D104521: [InstrRef][AArch64][2/4] Recognise post-fe spills and restores

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 6 08:22:33 PDT 2021


jmorse updated this revision to Diff 356738.
jmorse added a comment.

Refresh this patch, as I'd uh, failed to notice the test changes that resulted from it. 100% of the changes are removing the word 'Folded" from the textual assembly comments, this happens simply because the assembly printer can now recognise some instructions as being proper spills, rather than folded spills. No actual output changes at all.

(Not sure why I missed this ._.)


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

https://reviews.llvm.org/D104521

Files:
  llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.h
  llvm/test/CodeGen/AArch64/GlobalISel/arm64-atomic.ll
  llvm/test/CodeGen/AArch64/GlobalISel/byval-call.ll
  llvm/test/CodeGen/AArch64/addsub-constant-folding.ll
  llvm/test/CodeGen/AArch64/arm64-fp128.ll
  llvm/test/CodeGen/AArch64/atomicrmw-O0.ll
  llvm/test/CodeGen/AArch64/cmp-select-sign.ll
  llvm/test/CodeGen/AArch64/fadd-combines.ll
  llvm/test/CodeGen/AArch64/fptosi-sat-scalar.ll
  llvm/test/CodeGen/AArch64/fptosi-sat-vector.ll
  llvm/test/CodeGen/AArch64/fptoui-sat-scalar.ll
  llvm/test/CodeGen/AArch64/fptoui-sat-vector.ll
  llvm/test/CodeGen/AArch64/framelayout-sve-calleesaves-fix.mir
  llvm/test/CodeGen/AArch64/ldst-paired-aliasing.ll
  llvm/test/CodeGen/AArch64/named-vector-shuffle-reverse-neon.ll
  llvm/test/CodeGen/AArch64/pow.ll
  llvm/test/CodeGen/AArch64/pr48188.ll
  llvm/test/CodeGen/AArch64/sve-breakdown-scalable-vectortype.ll
  llvm/test/CodeGen/AArch64/sve-pred-arith.ll
  llvm/test/CodeGen/AArch64/sve-split-int-pred-reduce.ll
  llvm/test/CodeGen/AArch64/sve-tailcall.ll
  llvm/test/CodeGen/AArch64/sve-trunc.ll
  llvm/test/CodeGen/AArch64/unwind-preserved.ll
  llvm/test/CodeGen/AArch64/vec-libcalls.ll
  llvm/test/CodeGen/AArch64/vecreduce-fadd-legalization-strict.ll
  llvm/test/CodeGen/AArch64/win64cc-backup-x18.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104521.356738.patch
Type: text/x-patch
Size: 194330 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210706/cc3c762d/attachment-0001.bin>


More information about the llvm-commits mailing list