[PATCH] D31189: [InstCombine] Fix folding of select into phi nodes when incoming element of phi is a vector type
Anna Thomas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 23 16:47:44 PDT 2017
anna added a comment.
ping?
Currently, we have miscompiles when folding select into phi when phi has incoming non-zero constant vectors (both the added test cases show the problem).
https://reviews.llvm.org/D31189
More information about the llvm-commits
mailing list