Skip to content

Commit

Permalink
AMDGPU: global_atomic_csub is not always dereferenceable
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenm committed Jul 27, 2020
1 parent f9fec04 commit 8b81d06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Expand Up @@ -1137,7 +1137,6 @@ bool SITargetLowering::getTgtMemIntrinsic(IntrinsicInfo &Info,
Info.align.reset();
Info.flags = MachineMemOperand::MOLoad |
MachineMemOperand::MOStore |
MachineMemOperand::MODereferenceable |
MachineMemOperand::MOVolatile;
return true;
}
Expand Down

0 comments on commit 8b81d06

Please sign in to comment.