[PATCH] D46490: [MachineVerifier][GlobalISel] Verifying generic extends and truncates
    Roman Tereshin via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon May  7 13:42:32 PDT 2018
    
    
  
rtereshin added a comment.
Thank you, @qcolombet!
The parser part of this got a conflict with recently pushed https://reviews.llvm.org/D45948 (which got bug-fixed a bit in https://reviews.llvm.org/D46491), I'm going to resolve the conflict a tad later. I hope I can assume the revision is still accepted afterwards.
Best,
Roman
================
Comment at: test/CodeGen/AMDGPU/GlobalISel/regbankselect-trunc.mir:15
+    ; CHECK: [[TRUNC:%[0-9]+]]:sgpr(s32) = G_TRUNC [[COPY]](s64)
+    %0:_(s64) = COPY $sgpr0_sgpr1
     %1:_(s32) = G_TRUNC %0
----------------
qcolombet wrote:
> Haha, this is already paying back :)
;-)
Repository:
  rL LLVM
https://reviews.llvm.org/D46490
    
    
More information about the llvm-commits
mailing list