Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| llvm/include/llvm/Support/MachineValueType.h | ||
|---|---|---|
| 149 | Good spot! | |
| llvm/test/CodeGen/AArch64/sve-fixed-length-fp-reduce.ll | ||
| 205 | I think changing the vscale_range to be (1, 0) makes sense given the size of the types we're dealing with, however we'd normally do this in a separate standalone patch because there are now two things being changed here: 
 Ideally we'd want to see the effect on the test @fadda_v1f64 by having 1) only. | |
Good spot!