Skip to content

Commit 473f51b

Browse files
committed
Remove wrong comment about fp exceptions
1 parent 054a7ad commit 473f51b

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
@@ -27071,9 +27071,6 @@ AArch64TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const {
2707127071
// However, with the LSE instructions (or outline-atomics mode, which provides
2707227072
// library routines in place of the LSE-instructions), we can directly emit many
2707327073
// operations instead.
27074-
//
27075-
// Floating-point operations are always emitted to a cmpxchg loop, because they
27076-
// may trigger a trap which aborts an LLSC sequence.
2707727074
TargetLowering::AtomicExpansionKind
2707827075
AArch64TargetLowering::shouldExpandAtomicRMWInIR(AtomicRMWInst *AI) const {
2707927076
unsigned Size = AI->getType()->getPrimitiveSizeInBits();

0 commit comments

Comments
 (0)