[llvm-branch-commits] [llvm] [KeyInstr][JumpThreading] Remap atoms after threading (PR #133487)

Jeremy Morse via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Apr 11 13:27:05 PDT 2025


https://github.com/jmorse commented:

The previous patch in this stack #133486 calls remapSourceAtoms before calling calling threadEdge; and this patch adds a call to remapSourceAtoms  into threadEdge, so it'll be called twice. Is this just inconsequential or deliberate, or meaningless?

https://github.com/llvm/llvm-project/pull/133487


More information about the llvm-branch-commits mailing list