Skip to content

Commit

Permalink
Add patch for 31156
Browse files Browse the repository at this point in the history
This imports the patch I put up in https://reviews.llvm.org/D75072
and should fix JuliaLang#31156. We should probably hold off on merging this
for a few days while upstream review is ongoing. In the meantime,
this branch should be convenient to try. Make sure to remember to build
LLVM from source, not BB.
  • Loading branch information
Keno authored and IanButterworth committed Mar 11, 2020
1 parent 55cd761 commit 070e1c3
Show file tree
Hide file tree
Showing 2 changed files with 416 additions and 0 deletions.
1 change: 1 addition & 0 deletions deps/llvm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ $(eval $(call LLVM_PATCH,llvm-test-plugin-mingw)) # mingw build
$(eval $(call LLVM_PATCH,llvm7-revert-D44485))
$(eval $(call LLVM_PATCH,llvm-8.0-D66657-codegen-degenerate)) # remove for 10.0
$(eval $(call LLVM_PATCH,llvm-8.0-D71495-vectorize-freduce)) # remove for 10.0
$(eval $(call LLVM_PATCH,llvm-D75072-SCEV-add-type))
endif # LLVM_VER 9.0


Expand Down
Loading

0 comments on commit 070e1c3

Please sign in to comment.