[all-commits] [llvm/llvm-project] 1448aa: [AMDGPU] Expand not pattern according to the XOR n...
alex-t via All-commits
all-commits at lists.llvm.org
Mon Dec 20 03:40:06 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1448aa9dbdd9e3e194486bc8fbfe2ed4e480217b
https://github.com/llvm/llvm-project/commit/1448aa9dbdd9e3e194486bc8fbfe2ed4e480217b
Author: alex-t <alexander.timofeev at amd.com>
Date: 2021-12-20 (Mon, 20 Dec 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstructions.td
M llvm/lib/Target/AMDGPU/SOPInstructions.td
A llvm/test/CodeGen/AMDGPU/divergence-driven-not-isel.ll
M llvm/test/CodeGen/AMDGPU/fused-bitlogic.ll
M llvm/test/CodeGen/AMDGPU/llvm.round.f64.ll
M llvm/test/CodeGen/AMDGPU/urem64.ll
Log Message:
-----------
[AMDGPU] Expand not pattern according to the XOR node divergence
The "not" is defined as XOR $src -1.
We need to transform this pattern to either S_NOT_B32 or V_NOT_B32_e32
dependent on the "xor" node divergence.
Reviewed By: rampitec, foad
Differential Revision: https://reviews.llvm.org/D115884
More information about the All-commits
mailing list