Skip to content

Commit 4f5d9da

Browse files
committed
Remove wrong comment about fp exceptions
1 parent 25c93fb commit 4f5d9da

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

0 commit comments

Comments
 (0)