[llvm] [LSR] Reuse identical casts and instructions across fixups (PR #201839)
Timur Golubovich via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 5 06:44:05 PDT 2026
timurgol007 wrote:
> There are a bunch of test changes where the loop is optimized away now, that looks very suspicious. Did you review those tests?
Hi! I carefully reviewed the X86 tests. The changes are legitimate: dead code is now being optimized away, which affects register allocation and results in a larger diff.
https://github.com/llvm/llvm-project/pull/201839
More information about the llvm-commits
mailing list