Changing all mnemonic to match assembly instructions to simplify mnemonic
naming rules. This time update all floating-point arithmetic instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
One comment inline. Otw, LGTM.
| llvm/lib/Target/VE/VEInstrInfo.td | ||
|---|---|---|
| 1168 | Doesn't the CVTLDr require an explicit rounding mode as in l1164f above? | |
| llvm/lib/Target/VE/VEInstrInfo.td | ||
|---|---|---|
| 1168 | Yes, CVTLD (double to long) requires rounding mode. For example, CVTDL (long to double) doesn't require rounding mode, though. | |
Doesn't the CVTLDr require an explicit rounding mode as in l1164f above?