Skip to content
Merged
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions lib/Dialect/OpDescription.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,10 @@ HANDLE_INTRINSIC_DESC_OPCODE_SET(AnyMemCpyInst, Intrinsic::memcpy,
HANDLE_INTRINSIC_DESC_OPCODE_SET(AnyMemMoveInst, Intrinsic::memmove,
Intrinsic::memmove_element_unordered_atomic)

#if !LLVM_MAIN_REVISION || LLVM_MAIN_REVISION >= 566206
Comment thread
Flakebi marked this conversation as resolved.
HANDLE_INTRINSIC_DESC(StructuredGEPInst, structured_gep)
#endif

// TODO: Is completing this list worth it?

#undef HANDLE_INTRINSIC_DESC_OPCODE_SET
Expand Down