]> granicus.if.org Git - llvm/commitdiff
[Hexagon] Add -march=hexagon to a testcase
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Tue, 21 Mar 2017 16:59:40 +0000 (16:59 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Tue, 21 Mar 2017 16:59:40 +0000 (16:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298395 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Hexagon/early-if-phi-i1.ll

index 1649d51269ee2b3eb3341f8e119c8875489d6d50..f4af62d6b10eadb24df37ba088645595ef208017 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s
+; RUN: llc -march=hexagon < %s
 ; REQUIRES: asserts
 ; Check that the early if-conversion does not predicate block1 (where the
 ; join block has a phi node of type i1).