[all-commits] [llvm/llvm-project] 70e3f0: [mlir][llvm] Handle llvm.noundef attribute when co...

vic via All-commits all-commits at lists.llvm.org
Thu Oct 20 05:01:56 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 70e3f0e10e8ca0ef8a157615b2c3a2f49c7b637a
      https://github.com/llvm/llvm-project/commit/70e3f0e10e8ca0ef8a157615b2c3a2f49c7b637a
  Author: Victor Perez <victor.perez at codeplay.com>
  Date:   2022-10-20 (Thu, 20 Oct 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td
    M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
    M mlir/test/Target/LLVMIR/llvmir.mlir

  Log Message:
  -----------
  [mlir][llvm] Handle llvm.noundef attribute when converting to LLVM IR

Translate LLVMIR llvm.noundef attribute to its equivalent in LLVM IR.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D136324




More information about the All-commits mailing list