[all-commits] [llvm/llvm-project] ff9626: [mlir][vector] Add folder for bitcast of integer s...
Quinn Dawkins via All-commits
all-commits at lists.llvm.org
Mon Jan 30 20:53:10 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff96267b42021e3f0d886579e5405033a88b7222
https://github.com/llvm/llvm-project/commit/ff96267b42021e3f0d886579e5405033a88b7222
Author: Quinn Dawkins <quinn at nod-labs.com>
Date: 2023-01-30 (Mon, 30 Jan 2023)
Changed paths:
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/test/Dialect/Vector/canonicalize.mlir
Log Message:
-----------
[mlir][vector] Add folder for bitcast of integer splat constants
This is a similar to the existing folder for f16 to f32 added with
D96041 but instead for integer types where destination bits > source bits.
Reviewed By: ThomasRaoux
Differential Revision: https://reviews.llvm.org/D142922
More information about the All-commits
mailing list