[all-commits] [llvm/llvm-project] 12e514: [MLIR][LLVM] Fix CallOp asm parser for attr-dict (...

Billy Zhu via All-commits all-commits at lists.llvm.org
Tue Dec 5 12:19:05 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 12e5148f9cf24b1360b3adfc7e3f5994a518f0cd
      https://github.com/llvm/llvm-project/commit/12e5148f9cf24b1360b3adfc7e3f5994a518f0cd
  Author: Billy Zhu <billyzhu at modular.com>
  Date:   2023-12-05 (Tue, 05 Dec 2023)

  Changed paths:
    M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
    M mlir/test/Dialect/LLVMIR/roundtrip.mlir
    M mlir/test/Target/LLVMIR/llvmir.mlir

  Log Message:
  -----------
  [MLIR][LLVM] Fix CallOp asm parser for attr-dict (#74372)

Currently the parser & printer of `CallOp` do not match when both
varargs and attr-dict are present (round tripping is broken). This fixes
the parser so that it conforms to the written asm format in the
comments.




More information about the All-commits mailing list