[llvm] [ARM] Create DeadRegisterPass for ARM (PR #155530)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 14 16:01:12 PDT 2025
topperc wrote:
X86 does this for SUB at the start of X86InstrInfo::optimizeCompareInstr by marking SUB instruction with `isCompare` in tablegen.
https://github.com/llvm/llvm-project/pull/155530
More information about the llvm-commits
mailing list