[llvm-branch-commits] [llvm] [CodeGen][NPM] Isolate CanonicalizeFreezeInLoopsPass into a different adaptor (PR #176690)
Vikram Hegde via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jan 20 22:16:52 PST 2026
vikramRH wrote:
> Neither LSR nor LoopTermFold need MSSA -- why does this loop pass adaptor enable MSSA at all?
Oh right, I had seen instances of MSSA usage across both LoopTermFold and LSR but its just part of the update/preserve logic. I will update this PR to use a single adaptor.
https://github.com/llvm/llvm-project/pull/176690
More information about the llvm-branch-commits
mailing list