[PATCH] D25782: AMDGPU/SI: Fix crash caused by r284267
Nicolai Hähnle via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 20 04:54:23 PDT 2016
nhaehnle accepted this revision.
nhaehnle added a reviewer: nhaehnle.
nhaehnle added a comment.
This revision is now accepted and ready to land.
LGTM, just one small comment.
================
Comment at: test/CodeGen/AMDGPU/mul_int24.ll:150-152
+; GCN: v_mul_i32_i24_e32 v[[VAL_LO:[0-9]+]]
+; GCN: v_mov_b32_e32 v[[VAL_HI:[0-9]+]], v[[VAL_LO]]
+; GCN: buffer_store_dwordx2 v{{\[}}[[VAL_LO]]:[[VAL_HI]]{{\]}}
----------------
Add a GCN-LABEL.
https://reviews.llvm.org/D25782
More information about the llvm-commits
mailing list