Files
llvm-project/llvm/lib/CodeGen/ExpandVectorPredication.cpp
Craig Topper 8f8429540e [ExpandVectorPredication] Keep the original value name when expanding predicated instructions. (#157943)
This makes it easier to follow a value through the pass. If we pass the
original name to the create function, a number will be added as a suffix
since the original name is still used until it is replaced.
2025-09-10 16:18:11 -07:00

25 KiB