[llvm] 8a9d48b - [AMDGPU] Fixed lane mask in test. NFC.

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 15:27:03 PDT 2020


Author: Stanislav Mekhanoshin
Date: 2020-04-15T15:26:53-07:00
New Revision: 8a9d48b46d4f0ebaa887921af6d8471be1080c63

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

LOG: [AMDGPU] Fixed lane mask in test. NFC.

Added: 
    

Modified: 
    llvm/test/CodeGen/AMDGPU/postra-machine-sink.mir

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AMDGPU/postra-machine-sink.mir b/llvm/test/CodeGen/AMDGPU/postra-machine-sink.mir
index ff74c129942a..4ed71dd06375 100644
--- a/llvm/test/CodeGen/AMDGPU/postra-machine-sink.mir
+++ b/llvm/test/CodeGen/AMDGPU/postra-machine-sink.mir
@@ -20,7 +20,7 @@ body: |
     S_CBRANCH_SCC0 %bb.2, implicit $scc
 
   bb.1:
-    liveins: $vgpr2, $sgpr0_sgpr1:0x00000001
+    liveins: $vgpr2, $sgpr0_sgpr1:0x00000003
     S_BRANCH %bb.4
 
   bb.2:


        


More information about the llvm-commits mailing list