Skip to content

Commit

Permalink
Revert r311077: [LV] Using VPlan ...
Browse files Browse the repository at this point in the history
This causes LLVM to assert fail on PPC64 and crash / infloop in other
cases. Filed http://llvm.org/PR34248 with reproducer attached.

llvm-svn: 311304
  • Loading branch information
chandlerc committed Aug 20, 2017
1 parent a152903 commit bd6dc14
Show file tree
Hide file tree
Showing 9 changed files with 576 additions and 2,297 deletions.
1 change: 0 additions & 1 deletion llvm/lib/Transforms/Vectorize/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ add_llvm_library(LLVMVectorize
LoopVectorize.cpp
SLPVectorizer.cpp
Vectorize.cpp
VPlan.cpp

ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
Expand Down
1,623 changes: 543 additions & 1,080 deletions llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Large diffs are not rendered by default.

0 comments on commit bd6dc14

Please sign in to comment.