Skip to content

Commit 6fca93b

Browse files
committed
Add LLVM patch to explicitly represent umin in SCEV
Fixes #28379 Fixes #28388
1 parent add0df8 commit 6fca93b

File tree

2 files changed

+1116
-0
lines changed

2 files changed

+1116
-0
lines changed

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)