2 Commits

Author SHA1 Message Date
Christian Ulmann
22e2b805ef
[MLIR][UB] Add inliner interface for UB dialect (#67115)
This revision adds an inliner interface to the UB dialect that allows
inlining of `ub.poison` operations.
2023-09-22 14:07:47 +02:00
Ivan Butygin
9dec3fd812 [mlir] Add ub dialect and poison op.
Add new dialect boilerplate and `poison` op definition.

Discussion: https://discourse.llvm.org/t/rfc-poison-semantics-for-mlir/66245/24

Differential Revision: https://reviews.llvm.org/D154248
2023-07-20 11:19:43 +02:00