[all-commits] [llvm/llvm-project] 544831: [mlir] Drop unused arith conversion class (NFC)
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Tue Feb 14 01:22:20 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 544831ab9f3575e5c3a23ac9c324e2a801ff8436
https://github.com/llvm/llvm-project/commit/544831ab9f3575e5c3a23ac9c324e2a801ff8436
Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M mlir/include/mlir/Conversion/ArithCommon/AttrToLLVMConverter.h
Log Message:
-----------
[mlir] Drop unused arith conversion class (NFC)
This commit removes an old helper class for fastmath attribute
conversion that is no longer used.
The last usage of this class was dropped in https://reviews.llvm.org/D137456.
Reviewed By: gysit
Differential Revision: https://reviews.llvm.org/D143912
More information about the All-commits
mailing list