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 5ab5810 commit 273a0c9Copy full SHA for 273a0c9
llvm/test/Transforms/PhaseOrdering/switch_with_geps.ll
@@ -3,6 +3,8 @@
3
; RUN: opt -S -passes='default<O2>' < %s | FileCheck %s
4
; RUN: opt -S -passes='default<O3>' < %s | FileCheck %s
5
6
+target datalayout = "n64"
7
+
8
%"OpKind::Zero" = type { [1 x i32], i32 }
9
%"OpKind::One" = type { [1 x i32], i32, i16, [1 x i16] }
10
%"OpKind::Two" = type { [1 x i32], i32, i16, i16 }
0 commit comments