[PATCH] D123394: [CodeGen] Late cleanup of redundant address/immediate definitions.

Daniel Kiss via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 07:39:14 PDT 2022


danielkiss added a comment.

I have looked at AArch64/Arm tests.
These are okay due to just Codegen is improved here:
llvm/test/CodeGen/AArch64/framelayout-sve.mir
llvm/test/CodeGen/AArch64/strict-fp-int-promote.ll
llvm/test/CodeGen/AArch64/sve-calling-convention-mixed.ll
llvm/test/CodeGen/AArch64/sve-ld1r.mir
llvm/test/CodeGen/AArch64/sve-ldstnt1.mir
llvm/test/CodeGen/ARM/arm-shrink-wrapping.ll
llvm/test/CodeGen/ARM/reg_sequence.ll
llvm/test/CodeGen/ARM/machine-outliner-calls.mir
llvm/test/CodeGen/ARM/jump-table-islands.ll
llvm/test/CodeGen/ARM/ifcvt-branch-weight-bug.ll
llvm/test/CodeGen/Thumb2/mve-vst4.ll
llvm/test/CodeGen/Thumb2/mve-fpclamptosat_vec.ll

These two look bad, I need more time to find out what goes wrong here (Bad machine code: Using an undefined physical register)
llvm/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll
llvm/test/CodeGen/ARM/thumb-big-stack.ll


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

https://reviews.llvm.org/D123394



More information about the llvm-commits mailing list