[llvm] [PredicateInfo] Don't use depth first walk (NFCI) (PR #145016)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 21 07:27:02 PDT 2025
nikic wrote:
> IIRC the orders in `OpsToRename` and `OperandInfo.Infos` don't matter, as we will perform a stable sort later on `OrderedUses`, right?
They don't matter in the sense that it's not important for correctness. I believe the order of the inserted ssa.copy instructions *can* change as a result, but the instructions themselves will be the same.
https://github.com/llvm/llvm-project/pull/145016
More information about the llvm-commits
mailing list