[all-commits] [llvm/llvm-project] 45ca94: [AMDGPU] Select no-return atomic intrinsics in tblgen
Abinav Puthan Purayil via All-commits
all-commits at lists.llvm.org
Thu Apr 21 21:10:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45ca94334ef16711f896506e613b4abb28bbc37c
https://github.com/llvm/llvm-project/commit/45ca94334ef16711f896506e613b4abb28bbc37c
Author: Abinav Puthan Purayil <abinavpp at gmail.com>
Date: 2022-04-22 (Fri, 22 Apr 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
M llvm/lib/Target/AMDGPU/BUFInstructions.td
M llvm/lib/Target/AMDGPU/DSInstructions.td
M llvm/lib/Target/AMDGPU/FLATInstructions.td
M llvm/test/CodeGen/AMDGPU/GlobalISel/fp64-atomics-gfx90a.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.global.atomic.fadd.ll
M llvm/test/CodeGen/AMDGPU/fp-min-max-global-atomics-gfx10.ll
Log Message:
-----------
[AMDGPU] Select no-return atomic intrinsics in tblgen
This is to avoid relying on the post-isel hook.
This change also enable the saddr pattern selection for atomic
intrinsics in GlobalISel.
Differential Revision: https://reviews.llvm.org/D123583
More information about the All-commits
mailing list