[all-commits] [llvm/llvm-project] 038f2a: Move LLVM::FMFAttr definition to TableGen (NFC)
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Mon Mar 8 21:30:31 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 038f2a337d09e114469ddcfba5b613cdb8c0fe1d
https://github.com/llvm/llvm-project/commit/038f2a337d09e114469ddcfba5b613cdb8c0fe1d
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2021-03-09 (Tue, 09 Mar 2021)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/CMakeLists.txt
A mlir/include/mlir/Dialect/LLVMIR/LLVMAttrDefs.td
M mlir/include/mlir/Dialect/LLVMIR/LLVMDialect.h
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/lib/Conversion/ComplexToLLVM/ComplexToLLVM.cpp
M mlir/lib/Conversion/SPIRVToLLVM/SPIRVToLLVM.cpp
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
Log Message:
-----------
Move LLVM::FMFAttr definition to TableGen (NFC)
This is using the new Attribute storage generation support in
TableGen to define the LLVM FastMathFlags.
Differential Revision: https://reviews.llvm.org/D98007
More information about the All-commits
mailing list