Splat constant folding was limited to std.constant operations. Instead, use
the constant matcher and apply splat constant folding to any constant-like
operation that holds a splat attribute.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo