Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/Dialect/OpDescription.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ HANDLE_INTRINSIC_DESC(DbgAssignIntrinsic, dbg_assign)
#endif
HANDLE_INTRINSIC_DESC(DbgLabelInst, dbg_label)

#if LLVM_MAIN_REVISION && LLVM_MAIN_REVISION < 536496
HANDLE_INTRINSIC_DESC_OPCODE_SET(AtomicMemIntrinsic,
Intrinsic::memcpy_element_unordered_atomic,
Intrinsic::memmove_element_unordered_atomic,
Expand All @@ -196,6 +197,7 @@ HANDLE_INTRINSIC_DESC_OPCODE_SET(AtomicMemTransferInst,

HANDLE_INTRINSIC_DESC(AtomicMemCpyInst, memcpy_element_unordered_atomic)
HANDLE_INTRINSIC_DESC(AtomicMemMoveInst, memmove_element_unordered_atomic)
#endif
HANDLE_INTRINSIC_DESC_OPCODE_SET(MemIntrinsic, Intrinsic::memcpy,
Intrinsic::memmove, Intrinsic::memset,
Intrinsic::memset_inline,
Expand Down