[PATCH] D138844: [PowerPC] Materialize floats in the range [-16.0, 15.0].
Stefan Pintilie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 30 07:29:08 PST 2022
stefanp added a comment.
In D138844#3955932 <https://reviews.llvm.org/D138844#3955932>, @nemanjai wrote:
> Do we already handle vector constants that are splats (i.e. `{ 1.0f, 1.0f, 1.0f, 1.0f }` or `{ 3.0, 3.0 }`)? If not, do we plan to?
We don't handle this yet but we should. I think this would be a separate patch though.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138844/new/
https://reviews.llvm.org/D138844
More information about the llvm-commits
mailing list