LLVM can deal with any integer or float type, don't arbitrarily restrict
it to f32/f64/i32/i64.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D88010
[mlir][VectorOps] Loosen restrictions on vector.reduction types ClosedPublic Authored by bkramer on Sep 21 2020, 3:08 AM.
Details Summary LLVM can deal with any integer or float type, don't arbitrarily restrict
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 21 2020, 3:12 AM Closed by commit rG2d76274b99f2: [mlir][VectorOps] Loosen restrictions on vector.reduction types (authored by bkramer). · Explain WhySep 21 2020, 3:46 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 293117 mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
mlir/lib/Dialect/Vector/VectorOps.cpp
mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir
|