[PATCH] D108408: [InstSimplify] Transform X == 0 ? 0 : X * Y --> X * freeze(Y).
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 19 14:22:16 PDT 2021
lebedev.ri requested changes to this revision.
lebedev.ri added a comment.
This revision now requires changes to proceed.
InstSimplify can not create new instructions
This needs to go into instcombine
While there, please let's create the multiply, it's less ugly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108408/new/
https://reviews.llvm.org/D108408
More information about the llvm-commits
mailing list