[Mlir-commits] [clang] [llvm] [mlir] [LLVM][Constants] Store "splat (float 0.0)" as ConstantFP rather than ConstantAggregateZero. (PR #195284)

Nikita Popov llvmlistbot at llvm.org
Tue May 5 03:14:48 PDT 2026


https://github.com/nikic approved this pull request.

LGTM

I assume you plan to do this for ConstantInt as well?

I do think printing it as splat() would make sense (though I find it a bit ugly that we print this with excess precision right now, instead of just using 0.0).

https://github.com/llvm/llvm-project/pull/195284


More information about the Mlir-commits mailing list