Issue 161441
Summary Fix InlineAsm ClangIR roundtrip
Labels bug, ClangIR
Assignees
Reporter xlauko
    At the moment cir-opt crashes if tries to parse inline assembly (`cir.asm` operation). This should be fixed in `CIR_InlineAsmOp` parser.

The way to reproduce is to run `clang/test/CIR/IR/inline-asm.cir` with:

```
// RUN: cir-opt %s --verify-roundtrip  | FileCheck %s
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to