[PATCH] D46490: [MachineVerifier][GlobalISel] Verifying generic extends and truncates
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 7 12:59:57 PDT 2018
qcolombet accepted this revision.
qcolombet added inline comments.
This revision is now accepted and ready to land.
================
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
----------------
Haha, this is already paying back :)
Repository:
rL LLVM
https://reviews.llvm.org/D46490
More information about the llvm-commits
mailing list