[all-commits] [llvm/llvm-project] 48ca5d: [AMDGPU] Simplify SITargetLowering::isSDNodeSource...
Jay Foad via All-commits
all-commits at lists.llvm.org
Mon Mar 1 06:22:28 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48ca5d3398be7b9925d76d72bde0e4bc19c34245
https://github.com/llvm/llvm-project/commit/48ca5d3398be7b9925d76d72bde0e4bc19c34245
Author: Jay Foad <jay.foad at amd.com>
Date: 2021-03-01 (Mon, 01 Mar 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Log Message:
-----------
[AMDGPU] Simplify SITargetLowering::isSDNodeSourceOfDivergence. NFC.
Check for read-modify-write AtomicSDNodes instead of using an exhaustive
list of ISD opcodes.
Differential Revision: https://reviews.llvm.org/D97671
More information about the All-commits
mailing list