Details
Details
- Reviewers
aemerson aditya_nandakumar paquette
Diff Detail
Diff Detail
Event Timeline
| llvm/test/CodeGen/AMDGPU/GlobalISel/write_register.ll | ||
|---|---|---|
| 3 | I don't know how I feel about this. Perhaps just add an extra run line to the existing test? Since you're removing something from arm64 fallback, could you add a small test for arm64 as well? | |
| llvm/test/CodeGen/AMDGPU/GlobalISel/write_register.ll | ||
|---|---|---|
| 3 | This is how all of the other tests I've been sharing do it. I'm not sure I want to start leaking global isel run lines into the general test population | |
Comment Actions
Restore aarch64 test. Since this was moved to opt-in lowering, this does fail, just in a different place
I don't know how I feel about this. Perhaps just add an extra run line to the existing test?
Since you're removing something from arm64 fallback, could you add a small test for arm64 as well?