[all-commits] [llvm/llvm-project] 555657: Added std.floor operation to match std.ceil
rsuderman via All-commits
all-commits at lists.llvm.org
Tue Aug 18 10:36:42 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 55565752306e352e655bf8a4ba919c14d6b195c2
https://github.com/llvm/llvm-project/commit/55565752306e352e655bf8a4ba919c14d6b195c2
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2020-08-18 (Tue, 18 Aug 2020)
Changed paths:
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
M mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
M mlir/lib/Conversion/GPUToROCDL/LowerGpuOpsToROCDLOps.cpp
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
M mlir/lib/Conversion/StandardToSPIRV/ConvertStandardToSPIRV.cpp
M mlir/test/Conversion/GPUToNVVM/gpu-to-nvvm.mlir
M mlir/test/Conversion/GPUToROCDL/gpu-to-rocdl.mlir
M mlir/test/Conversion/StandardToLLVM/standard-to-llvm.mlir
M mlir/test/Conversion/StandardToSPIRV/std-ops-to-spirv.mlir
M mlir/test/IR/core-ops.mlir
Log Message:
-----------
Added std.floor operation to match std.ceil
There should be an equivalent std.floor op to std.ceil. This includes
matching lowerings for SPIRV, NVVM, ROCDL, and LLVM.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D85940
More information about the All-commits
mailing list