[PATCH] D149935: [ValueTracking] Imply poison if ValAssumePoison is identical to V
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 5 01:07:42 PDT 2023
nikic added a comment.
What is the motivation for this? Generally speaking, we leave this to CSE/GVN and don't try to handle identical instructions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149935/new/
https://reviews.llvm.org/D149935
More information about the llvm-commits
mailing list