[PATCH] D48987: [InstCombine] drop poison flags for shuffle transforms with undefs
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 5 12:21:52 PDT 2018
lebedev.ri added a comment.
So my concerns weren't unfounded :/
Do we want to also do such kind of fixup in `VisitShl()` in instcombine, for every `shl` we visit?
https://reviews.llvm.org/D48987
More information about the llvm-commits
mailing list