Skip to content

Commit 463513f

Browse files
authored
Add LLVM patch to explicitly represent umin in SCEV (#28403)
* Add LLVM patch to explicitly represent umin in SCEV Fixes #28379 Fixes #28388 * bump LLVM BB_REL 6.0.0-6
1 parent 34b0dd0 commit 463513f

File tree

3 files changed

+1117
-1
lines changed

3 files changed

+1117
-1
lines changed

deps/Versions.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
LLVM_VER = 6.0.0
2-
LLVM_BB_REL = 5
2+
LLVM_BB_REL = 6
33
PCRE_VER = 10.30
44
DSFMT_VER = 2.2.3
55
LAPACK_VER = 3.5.0

deps/llvm.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ $(eval $(call LLVM_PATCH,llvm-D44892-Perf-integration))
505505
$(eval $(call LLVM_PATCH,llvm-D49832-SCEVPred)) # Remove for 7.0
506506
$(eval $(call LLVM_PATCH,llvm-rL323946-LSRTy)) # Remove for 7.0
507507
$(eval $(call LLVM_PATCH,llvm-D50010-VNCoercion-ni))
508+
$(eval $(call LLVM_PATCH,llvm-D50167-scev-umin))
508509
endif # LLVM_VER
509510

510511
# Remove hardcoded OS X requirements in compilter-rt cmake build

0 commit comments

Comments
 (0)