In https://reviews.llvm.org/D143982, I confused ceil and floor. Ceil should use fround instructions with 'rup' and floor should use 'rdn'.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/RISCV/RISCVInstrInfoZfa.td | ||
---|---|---|
229 | The float and half tests are updated, but I only see a .td change for double. Did you upload only part of the patch. Also use -U99999 when uploading patches. |
This comment was removed by joshua-arch1.
Comment Actions
I pre-committed the formatting change as a1786a7224d067ca1a7ccbd721e3dec7f10266dd. I will commit the rest of this with attribution to the patch author in a few minutes.
There shouldn't be a space after the : either