[PATCH] D46379: [ConstantFold] Turn off expression simplification for vector type
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 1 07:32:54 PDT 2018
spatel added a comment.
In https://reviews.llvm.org/D46379#1119010, @Ka-Ka wrote:
> Do you want me to also remove the old testcase test/Transforms/LoopVectorize/X86/constant-fold.ll (that was only created for this issue) as the new one test/Analysis/ConstantFolding/gep-zeroinit-vector.ll replace it?
I don't have much of an opinion on that. I assume that's the motivating case. If you think that demonstrates/validates that the bug fix still works on the larger example, it's fine to leave it for added safety.
Repository:
rL LLVM
https://reviews.llvm.org/D46379
More information about the llvm-commits
mailing list