[all-commits] [llvm/llvm-project] 2107af: Revert "[VPlan] Add & use VPValue operands for VPW...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Thu Apr 23 22:10:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2107af9ccfdfe67a90ea9ed4f3bfd7c72c4e29ac
https://github.com/llvm/llvm-project/commit/2107af9ccfdfe67a90ea9ed4f3bfd7c72c4e29ac
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
Revert "[VPlan] Add & use VPValue operands for VPWidenRecipe (NFC)."
This reverts commit 9245c7ac13480ed48ae339ad0e68cbe680cd0642.
This is triggering a segfault in XLA downstream, we'll follow-up with
a reproducer, it is likely influenced by TTI/TLI settings or other
options as a simple `opt -loop-vectorize` invocation on the IR
before the crash does not reproduce immediately.
More information about the All-commits
mailing list