[all-commits] [llvm/llvm-project] 661577: [AMDGPU] Fix immediate sign during V_MOV_B64_PSEUD...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Thu Jul 1 09:00:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 661577e698645d0645a5639ec180f0e3c83af021
https://github.com/llvm/llvm-project/commit/661577e698645d0645a5639ec180f0e3c83af021
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2021-07-01 (Thu, 01 Jul 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
A llvm/test/CodeGen/AMDGPU/v_mov_b64_expand_and_shrink.mir
M llvm/test/CodeGen/AMDGPU/v_mov_b64_expansion.mir
Log Message:
-----------
[AMDGPU] Fix immediate sign during V_MOV_B64_PSEUDO expansion
Creating a V_MOV_B32 with zero extended immediate source
prevented conversion to V_BFREV_B32.
Differential Revision: https://reviews.llvm.org/D105235
More information about the All-commits
mailing list