[all-commits] [llvm/llvm-project] a0c535: [AMDGPU] Fix size of SOPK instructions to 4 bytes
Anshil Gandhi via All-commits
all-commits at lists.llvm.org
Tue Sep 20 13:27:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a0c53524a55d01a70a6b1278ebb9844b792af30b
https://github.com/llvm/llvm-project/commit/a0c53524a55d01a70a6b1278ebb9844b792af30b
Author: Anshil Gandhi <gandhi21299 at gmail.com>
Date: 2022-09-20 (Tue, 20 Sep 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/SOPInstructions.td
A llvm/test/CodeGen/AMDGPU/sopk-no-literal.ll
Log Message:
-----------
[AMDGPU] Fix size of SOPK instructions to 4 bytes
Instructions in SOPK format may not have 32-bit
literal constants following the instruction.
Differential Revision: https://reviews.llvm.org/D133972
More information about the All-commits
mailing list