[PATCH] D72120: AMDGPU/GlobalISel: Fix G_EXTRACT_VECTOR_ELT mapping for s-v case

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 2 18:53:29 PST 2020


arsenm updated this revision to Diff 235988.
arsenm added a comment.

Use a V_MOV_B32 directly instead of a copy. The copy was sinking out of the waterfall loop


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72120/new/

https://reviews.llvm.org/D72120

Files:
  llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
  llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.h
  llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-extract-vector-elt.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72120.235988.patch
Type: text/x-patch
Size: 12786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200103/86705309/attachment.bin>


More information about the llvm-commits mailing list