forked from OSchip/llvm-project
[Powerpc] add triple for new added qpx test case - NFC
This commit is contained in:
parent
500b4ad5f4
commit
22fdbd01a3
|
@ -1,4 +1,5 @@
|
|||
; RUN: llc -verify-machineinstrs -stop-after=finalize-isel < %s -mcpu=a2q | FileCheck %s
|
||||
target triple = "powerpc64-bgq-linux"
|
||||
|
||||
define <2 x double> @test_qvfmadd(<2 x double> %0, <2 x double> %1, <2 x double> %2) {
|
||||
; CHECK: test_qvfmadd
|
||||
|
|
Loading…
Reference in New Issue