[PATCH] D119643: [Transforms] Enhance CorrelatedValuePropagation to handle both values of select
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 14 02:01:04 PST 2022
nikic added a comment.
This looks reasonable, as we do not generally canonicalize constants in select to the RHS. It looks like your new test is based on `@test5()` from basic.ll, can you please add the new one next to it, precommit and rebase?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119643/new/
https://reviews.llvm.org/D119643
More information about the llvm-commits
mailing list