1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[Hexagon] Add -march=hexagon to a testcase

llvm-svn: 298395
This commit is contained in:
Krzysztof Parzyszek 2017-03-21 16:59:40 +00:00
parent 27d17d1713
commit 253803d143

View 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).