Remove option guarding support of quad precision operations.
Details
Details
- Reviewers
nemanjai steven.zhang - Group Reviewers
Restricted Project - Commits
- rG90b1a710aede: [PowerPC] Enable default support of quad precision operations
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/PowerPC/builtins-ppc-p9-f128.ll | ||
---|---|---|
58 | Misindent? |
llvm/test/CodeGen/PowerPC/float-load-store-pair.ll | ||
---|---|---|
71 | This missing store is a bit of a concern. |
Comment Actions
LGTM. Thank you.
llvm/test/CodeGen/PowerPC/float-load-store-pair.ll | ||
---|---|---|
71 | Oh NVM. That is a store to pass the f128 on the stack which we don't need to do according to the ABI. |
Misindent?