[mlir][llvm] Handle llvm.noundef attribute when converting to LLVM IR
authorVictor Perez <victor.perez@codeplay.com>
Thu, 20 Oct 2022 11:58:43 +0000 (12:58 +0100)
committerVictor Perez <victor.perez@codeplay.com>
Thu, 20 Oct 2022 11:59:47 +0000 (12:59 +0100)
commit70e3f0e10e8ca0ef8a157615b2c3a2f49c7b637a
tree42e5783bdd2512be1e8be194a598064d9b30b90c
parent35fb67a995632434b3de3e421c6d07154a0cbec1
[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
mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td
mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
mlir/test/Target/LLVMIR/llvmir.mlir