[all-commits] [llvm/llvm-project] 5ce2ca: AMDGPU/GlobalISel: Use SReg_32 for readfirstlane c...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Dec 27 14:52:21 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5ce2ca524e99189fb778d21f63ec0c78944383e5
https://github.com/llvm/llvm-project/commit/5ce2ca524e99189fb778d21f63ec0c78944383e5
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2019-12-27 (Fri, 27 Dec 2019)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.ds.gws.init.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.ds.gws.sema.v.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.ds.ordered.add.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.ds.ordered.swap.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.readlane.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.s.sendmsg.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.s.sendmsghalt.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.writelane.mir
Log Message:
-----------
AMDGPU/GlobalISel: Use SReg_32 for readfirstlane constraining
This matches the DAG behavior where we don't use SReg_32_XM0
everywhere anymore, and fixes not coalescing the copies into m0.
More information about the All-commits
mailing list