[llvm] f336698 - AMDGPU/GlobalISel: Restore run line erased in D109154 by mistake

Petar Avramovic via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 21 08:04:35 PDT 2021


Author: Petar Avramovic
Date: 2021-09-21T17:03:46+02:00
New Revision: f3366983f0aa81f5fc5361392a6fcec05157b851

URL: https://github.com/llvm/llvm-project/commit/f3366983f0aa81f5fc5361392a6fcec05157b851
DIFF: https://github.com/llvm/llvm-project/commit/f3366983f0aa81f5fc5361392a6fcec05157b851.diff

LOG: AMDGPU/GlobalISel: Restore run line erased in D109154 by mistake

Added: 
    

Modified: 
    llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcanonicalize.mir

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcanonicalize.mir b/llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcanonicalize.mir
index 4d3e96e4f157..c05df7c9a75c 100644
--- a/llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcanonicalize.mir
+++ b/llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcanonicalize.mir
@@ -2,6 +2,7 @@
 # RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=tahiti -run-pass=legalizer -global-isel-abort=0 %s -o - | FileCheck -check-prefix=SI  %s
 # RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=fiji -run-pass=legalizer -global-isel-abort=0 %s -o - | FileCheck -check-prefix=VI %s
 # RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx900 -run-pass=legalizer -global-isel-abort=0 %s -o - | FileCheck -check-prefix=GFX9  %s
+# RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx1010 -run-pass=legalizer -global-isel-abort=0 %s -o - | FileCheck -check-prefix=GFX9  %s
 
 
 ---


        


More information about the llvm-commits mailing list