[all-commits] [llvm/llvm-project] b389c8: [mlir] Fix lowering of multi-dimensional vector lo...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Thu Apr 29 12:54:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b389c80963fb6276d5df62afe9bd4bd08239887b
https://github.com/llvm/llvm-project/commit/b389c80963fb6276d5df62afe9bd4bd08239887b
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2021-04-29 (Thu, 29 Apr 2021)
Changed paths:
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
M mlir/test/Conversion/StandardToLLVM/standard-to-llvm.mlir
Log Message:
-----------
[mlir] Fix lowering of multi-dimensional vector log1p to LLVM
This was using the untransformed operand, leading to invalid IR.
Differential Revision: https://reviews.llvm.org/D101531
More information about the All-commits
mailing list