Skip to content

Commit cc574f8

Browse files
committed
Add datalayout to test added in 7e3183d
Realized after pushing this would probably fail on bots for other than x86-64.
1 parent 9d3b9e5 commit cc574f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/Analysis/ScalarEvolution/ranges.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
; RUN: opt < %s -analyze -enable-new-pm=0 -scalar-evolution | FileCheck %s
33
; RUN: opt < %s -disable-output "-passes=print<scalar-evolution>" 2>&1 | FileCheck %s
44

5+
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64"
56

67
; Collection of cases exercising range logic, mostly (but not exclusively)
78
; involving SCEVUnknowns.

0 commit comments

Comments
 (0)