[all-commits] [llvm/llvm-project] 1d0b02: Drop LLVM_i1, LLVM_i8, LLVM_i32, LLVM_IntBase types
Denys Shabalin via All-commits
all-commits at lists.llvm.org
Fri Feb 5 08:33:38 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d0b02368eb1af3ff972e888624a2c80210bc456
https://github.com/llvm/llvm-project/commit/1d0b02368eb1af3ff972e888624a2c80210bc456
Author: Denys Shabalin <shabalin at google.com>
Date: 2021-02-05 (Fri, 05 Feb 2021)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
Log Message:
-----------
Drop LLVM_i1, LLVM_i8, LLVM_i32, LLVM_IntBase types
Those types are not needed any longer since LLVM dialect
has migrated to using MLIR's I1, I8, I32 types directly.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D96127
More information about the All-commits
mailing list