mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-23 19:59:57 +00:00
[AArch64] Fix test triplet
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284532 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d9b0063780
commit
be23217b8d
@ -1,6 +1,6 @@
|
||||
; Check that 0.0 is not materialized for CSEL when comparing against it.
|
||||
|
||||
; RUN: llc -mtriple=aarch64 -o - < %s | FileCheck %s
|
||||
; RUN: llc -mtriple=aarch64-linux-gnu -o - < %s | FileCheck %s
|
||||
|
||||
define float @foeq(float %a, float %b) #0 {
|
||||
%t = fcmp oeq float %a, 0.0
|
||||
|
Loading…
Reference in New Issue
Block a user