[all-commits] [llvm/llvm-project] 8fe076: [mlir][VectorToLLVM] Fix bug in lowering of vector...
Thomas via All-commits
all-commits at lists.llvm.org
Tue Jul 12 15:03:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8fe076ffe09028bef761b0d0ebdd5842c595ca87
https://github.com/llvm/llvm-project/commit/8fe076ffe09028bef761b0d0ebdd5842c595ca87
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2022-07-12 (Tue, 12 Jul 2022)
Changed paths:
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
M mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir
Log Message:
-----------
[mlir][VectorToLLVM] Fix bug in lowering of vector.reduce fmax/fmin
The lowering of fmax/fmin reduce was ignoring the optional accumulator.
Differential Revision: https://reviews.llvm.org/D129597
More information about the All-commits
mailing list