The existing implementation was always creating 32-bit constants for
floating-point and integer reductions regardless of the actual type, which
resulted in invalid IR being generated for any types other than f32 and i32
when lowering affine.parallel to SCF. Use the actual type instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo