Skip to content

Commit ca7368d

Browse files
authored
TargetSelectionDAG: Add missing atomic fp opd classes (#102269)
The defs are missing after 5c9352e .
1 parent bb82c79 commit ca7368d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/include/llvm/Target/TargetSelectionDAG.td

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1748,6 +1748,8 @@ multiclass binary_atomic_op_fp<SDNode atomic_op> {
17481748
let IsAtomic = true;
17491749
let MemoryVT = vt;
17501750
}
1751+
1752+
defm NAME#_#vt : binary_atomic_op_ord;
17511753
}
17521754
}
17531755

0 commit comments

Comments
 (0)