This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][LLVM] Allow inlining llvm.intr.assume.
ClosedPublic

Authored by definelicht on May 22 2023, 2:34 AM.

Details

Summary

This operation is not marked pure because it needs to survive DCE, but
is otherwise safe to inline.

Diff Detail

Event Timeline

definelicht created this revision.May 22 2023, 2:34 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
definelicht requested review of this revision.May 22 2023, 2:34 AM
Dinistro accepted this revision.May 22 2023, 3:17 AM

LGTM!

This revision is now accepted and ready to land.May 22 2023, 3:17 AM
This revision was automatically updated to reflect the committed changes.