mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
AMDGPU/GlobalISel: Mark G_ATOMICRMW_{NAND|FSUB} as lower
These aren't implemented and we're still relying on the AtomicExpand pass, but mark these as lower to eliminate a few of the few remaining no rules defined cases.
This commit is contained in:
parent
f814ba71a1
commit
6f129b2e3c
@ -1493,6 +1493,8 @@ AMDGPULegalizerInfo::AMDGPULegalizerInfo(const GCNSubtarget &ST_,
|
||||
G_FCOPYSIGN,
|
||||
|
||||
G_ATOMIC_CMPXCHG_WITH_SUCCESS,
|
||||
G_ATOMICRMW_NAND,
|
||||
G_ATOMICRMW_FSUB,
|
||||
G_READ_REGISTER,
|
||||
G_WRITE_REGISTER,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user