This revision adds an assertion to convertConstantExpr to ensure.
The function is not called if the constant has been converted before.
This is a follow up for https://reviews.llvm.org/D149247.
Paths
| Differential D149253
[mlir][llvm] Add assertion in LLVM IR import (NFC). ClosedPublic Authored by gysit on Apr 26 2023, 5:48 AM.
Details Summary This revision adds an assertion to convertConstantExpr to ensure. This is a follow up for https://reviews.llvm.org/D149247.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 26 2023, 6:31 AM Closed by commit rGc00b7c84c7cb: [mlir][llvm] Add assertion in LLVM IR import (NFC). (authored by gysit). · Explain WhyApr 26 2023, 10:55 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 517135 mlir/lib/Target/LLVMIR/ModuleImport.cpp
|