Skip to content

Commit c13e333

Browse files
committed
Remove wrong comment about fp exceptions
1 parent bb3c18b commit c13e333

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27100,9 +27100,6 @@ AArch64TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const {
2710027100
// However, with the LSE instructions (or outline-atomics mode, which provides
2710127101
// library routines in place of the LSE-instructions), we can directly emit many
2710227102
// operations instead.
27103-
//
27104-
// Floating-point operations are always emitted to a cmpxchg loop, because they
27105-
// may trigger a trap which aborts an LLSC sequence.
2710627103
TargetLowering::AtomicExpansionKind
2710727104
AArch64TargetLowering::shouldExpandAtomicRMWInIR(AtomicRMWInst *AI) const {
2710827105
unsigned Size = AI->getType()->getPrimitiveSizeInBits();

0 commit comments

Comments
 (0)