[all-commits] [llvm/llvm-project] 8fdf61: [AMDGPU][NFCI] Refactor BUFInstructions.td (#65746)
Piotr Sobczak via All-commits
all-commits at lists.llvm.org
Sun Sep 10 23:04:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8fdf61a3bd77ff417146e881664137b70d4f61b5
https://github.com/llvm/llvm-project/commit/8fdf61a3bd77ff417146e881664137b70d4f61b5
Author: Piotr Sobczak <piotr.sobczak at amd.com>
Date: 2023-09-11 (Mon, 11 Sep 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/BUFInstructions.td
Log Message:
-----------
[AMDGPU][NFCI] Refactor BUFInstructions.td (#65746)
Make the code more consistent:
- More pattern classes follow the simpler interface with string instead
of pseudos.
- CmpSwap patterns are encapsulated in SIBufferAtomicCmpSwapPat.
- Pseudo store patterns are separated out, similarly to the load
counterparts.
- MUBUF_Offset_Load_Pat is now GCNPat, as others.
More information about the All-commits
mailing list