[all-commits] [llvm/llvm-project] 87c46a: AMDGPU: Don't error on ds.ordered intrinsic in fun...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Jan 24 13:07:03 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 87c46a312975b193bf056b992ae6d778e528026b
https://github.com/llvm/llvm-project/commit/87c46a312975b193bf056b992ae6d778e528026b
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-01-24 (Fri, 24 Jan 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ds.ordered.add.ll
Log Message:
-----------
AMDGPU: Don't error on ds.ordered intrinsic in function
These should be assumed to be called from a compute context. Also
don't use a 2 entry switch over constants.
Commit: 3b93945587a15bb92dd618214037b73197a6dc57
https://github.com/llvm/llvm-project/commit/3b93945587a15bb92dd618214037b73197a6dc57
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-01-24 (Fri, 24 Jan 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.softwqm.ll
A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.wqm.ll
A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.wwm.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.wqm.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.wwm.mir
Log Message:
-----------
AMDGPU/GlobalISel: Select wqm, softwqm and wwm intrinsics
Compare: https://github.com/llvm/llvm-project/compare/36b887ed15a2...3b93945587a1
More information about the All-commits
mailing list