[all-commits] [llvm/llvm-project] 2326b2: [AMDGPU] Remove unnecessary conditionality on atom...
Stephen Thomas via All-commits
all-commits at lists.llvm.org
Mon Oct 23 08:18:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2326b2ba493a3197e0af0eaaa13a0049e2e282df
https://github.com/llvm/llvm-project/commit/2326b2ba493a3197e0af0eaaa13a0049e2e282df
Author: Stephen Thomas <104134586+stepthomas at users.noreply.github.com>
Date: 2023-10-23 (Mon, 23 Oct 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/BUFInstructions.td
M llvm/lib/Target/AMDGPU/FLATInstructions.td
Log Message:
-----------
[AMDGPU] Remove unnecessary conditionality on atomic CSUB pseudo-ops (#69914)
The pseudo-ops for BUFFER_ATOMIC_CSUB and GLOBAL_ATOMIC_CSUB should not
be conditional on FeatureAtomicCSubNoRtnInsts, as that feature rightly
should only control whether or not the non-returning forms are available
for instruction selection, not whether they exist or not.
Change-Id: Icb2fcdcf6c7bc55e48b522d0eec8dd35637c768e
More information about the All-commits
mailing list