We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3b9e5 commit cc574f8Copy full SHA for cc574f8
llvm/test/Analysis/ScalarEvolution/ranges.ll
@@ -2,6 +2,7 @@
2
; RUN: opt < %s -analyze -enable-new-pm=0 -scalar-evolution | FileCheck %s
3
; RUN: opt < %s -disable-output "-passes=print<scalar-evolution>" 2>&1 | FileCheck %s
4
5
+target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64"
6
7
; Collection of cases exercising range logic, mostly (but not exclusively)
8
; involving SCEVUnknowns.
0 commit comments