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 a2178eb commit 495a2abCopy full SHA for 495a2ab
llvm/test/CodeGen/Hexagon/insert-big.ll
@@ -14,6 +14,8 @@
14
; RUN: llc -O2 -mtriple=hexagon -insert-max-ifmap=4 -debug-only=hexinsert -stop-after hexinsert < %s 2>&1 | FileCheck %s
15
; RUN: llc -O2 -mtriple=hexagon -insert-max-ifmap=5 -debug-only=hexinsert -stop-after hexinsert < %s 2>&1 | FileCheck %s
16
17
+; REQUIRES: asserts
18
+
19
define i32 @f(i32 %0, i32 %1, i32 %2) {
20
entry:
21
switch i32 %0, label %common.ret1 [
0 commit comments