[all-commits] [llvm/llvm-project] 0f446a: [mlir] Convert `ub.poison` to `llvm.poison`
Ivan Butygin via All-commits
all-commits at lists.llvm.org
Mon Jul 24 09:40:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f446adf678212b6daedebc5eb1bd2849b1efad1
https://github.com/llvm/llvm-project/commit/0f446adf678212b6daedebc5eb1bd2849b1efad1
Author: Ivan Butygin <ivan.butygin at gmail.com>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M mlir/include/mlir/Conversion/Passes.h
M mlir/include/mlir/Conversion/Passes.td
A mlir/include/mlir/Conversion/UBToLLVM/UBToLLVM.h
M mlir/lib/Conversion/CMakeLists.txt
A mlir/lib/Conversion/UBToLLVM/CMakeLists.txt
A mlir/lib/Conversion/UBToLLVM/UBToLLVM.cpp
A mlir/test/Conversion/UBToLLVM/ub-to-llvm.mlir
Log Message:
-----------
[mlir] Convert `ub.poison` to `llvm.poison`
Differential Revision: https://reviews.llvm.org/D155945
More information about the All-commits
mailing list