[all-commits] [llvm/llvm-project] 30955c: [AMDGPU] Fix V_MOV_B32_indirect inst size (#65584)
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Thu Sep 7 04:13:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 30955c9d22fe87a28b0a8f1545e4b61aa9f92ed4
https://github.com/llvm/llvm-project/commit/30955c9d22fe87a28b0a8f1545e4b61aa9f92ed4
Author: Pierre van Houtryve <pierre.vanhoutryve at amd.com>
Date: 2023-09-07 (Thu, 07 Sep 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
A llvm/test/CodeGen/AMDGPU/code-size-estimate.mir
Log Message:
-----------
[AMDGPU] Fix V_MOV_B32_indirect inst size (#65584)
This inst lowers to a normal v_mov_b32 so it's not zero-sized, but has a
size of 4.
Solves SWDEV-416337
More information about the All-commits
mailing list