[all-commits] [llvm/llvm-project] 68b071: [mlir][emitc] Fix corner case in translation of li...

Simon Camphausen via All-commits all-commits at lists.llvm.org
Mon Nov 6 07:17:36 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 68b071d9a22796d2037eee74e49bbb9fe707e19b
      https://github.com/llvm/llvm-project/commit/68b071d9a22796d2037eee74e49bbb9fe707e19b
  Author: Simon Camphausen <simon.camphausen at iml.fraunhofer.de>
  Date:   2023-11-06 (Mon, 06 Nov 2023)

  Changed paths:
    M mlir/lib/Target/Cpp/TranslateToCpp.cpp
    M mlir/test/Target/Cpp/literal_call_operand.mlir

  Log Message:
  -----------
  [mlir][emitc] Fix corner case in translation of literal ops (#71375)

Fix a corner case missed in #71296 when operands generated by literals
are mixed with the args attribute of a call op.

Additionally remove a range check that is already handled by the CallOp
verifier.




More information about the All-commits mailing list