OSDN Git Service

[AMDGPU] Fix test case for D94010
authorJay Foad <jay.foad@amd.com>
Tue, 19 Jan 2021 16:46:44 +0000 (16:46 +0000)
committerJay Foad <jay.foad@amd.com>
Tue, 19 Jan 2021 16:46:47 +0000 (16:46 +0000)
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fma.legacy.ll

index 8df0215..5c333f0 100644 (file)
@@ -1,6 +1,6 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx1030 < %s | FileCheck -check-prefixes=GCN,SDAG %s
-; RUN: llc -global-isel -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx1030 < %s | FileCheck -check-prefixes=GCN,GISEL %s
+; RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx1030 < %s | FileCheck -check-prefix=GCN %s
+; RUN: llc -global-isel -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx1030 < %s | FileCheck -check-prefix=GCN %s
 
 define float @v_fma(float %a, float %b, float %c)  {
 ; GCN-LABEL: v_fma: