Skip to content

Commit d576f3e

Browse files
committed
Remove wrong comment about fp exceptions
1 parent b8fbc44 commit d576f3e

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
@@ -27059,9 +27059,6 @@ AArch64TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const {
2705927059
// However, with the LSE instructions (or outline-atomics mode, which provides
2706027060
// library routines in place of the LSE-instructions), we can directly emit many
2706127061
// operations instead.
27062-
//
27063-
// Floating-point operations are always emitted to a cmpxchg loop, because they
27064-
// may trigger a trap which aborts an LLSC sequence.
2706527062
TargetLowering::AtomicExpansionKind
2706627063
AArch64TargetLowering::shouldExpandAtomicRMWInIR(AtomicRMWInst *AI) const {
2706727064
unsigned Size = AI->getType()->getPrimitiveSizeInBits();

0 commit comments

Comments
 (0)