[PATCH] D22217: AMDGPU: Unify MOVRELSOffset and MOVRELDOffset

Michel Dänzer via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 23:17:52 PDT 2016


michel.daenzer added a subscriber: michel.daenzer.
michel.daenzer added a comment.

This breaks test/CodeGen/AMDGPU/llvm.SI.gather4.ll for me:

  /home/daenzer/src/llvm-git/llvm/test/CodeGen/AMDGPU/llvm.SI.gather4.ll:472:9: error: expected string not found in input
  ;CHECK: v_readfirstlane_b32 s[[LO:[0-9]+]], v{{[0-9]+}}
          ^
  <stdin>:1767:19: note: scanning from here
  gather4_sgpr_bug: ; @gather4_sgpr_bug
                    ^
  <stdin>:1782:2: note: possible intended match here
   v_add_f32_e32 v0, v0, v1
   ^


http://reviews.llvm.org/D22217





More information about the llvm-commits mailing list