Having type symmetry with these is somewhat necessary when implementing support for 192-bit values.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| llvm/include/llvm/Support/MachineValueType.h | ||
|---|---|---|
| 967 | Aren't these usuallly sorted by integer/FP and then by increasing element size? So it should be v6i32, v3i64, v6f32, v3f64 I think. | |
Comment Actions
- Address reviewer comments.
| llvm/include/llvm/Support/MachineValueType.h | ||
|---|---|---|
| 967 | Agreed, that does seem to be the pattern. | |
Aren't these usuallly sorted by integer/FP and then by increasing element size? So it should be v6i32, v3i64, v6f32, v3f64 I think.