[llvm] r298395 - [Hexagon] Add -march=hexagon to a testcase

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 09:59:41 PDT 2017


Author: kparzysz
Date: Tue Mar 21 11:59:40 2017
New Revision: 298395

URL: http://llvm.org/viewvc/llvm-project?rev=298395&view=rev
Log:
[Hexagon] Add -march=hexagon to a testcase

Modified:
    llvm/trunk/test/CodeGen/Hexagon/early-if-phi-i1.ll

Modified: llvm/trunk/test/CodeGen/Hexagon/early-if-phi-i1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Hexagon/early-if-phi-i1.ll?rev=298395&r1=298394&r2=298395&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Hexagon/early-if-phi-i1.ll (original)
+++ llvm/trunk/test/CodeGen/Hexagon/early-if-phi-i1.ll Tue Mar 21 11:59:40 2017
@@ -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).




More information about the llvm-commits mailing list