Details
Diff Detail
Event Timeline
| llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-insert-vector-elt.mir | ||
|---|---|---|
| 178 | How would these tests fail without your patch? | |
| llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-insert-vector-elt.mir | ||
|---|---|---|
| 178 | The compiler wouldn't select S_INDIRECT_REG_WRITE_MOVREL_B32_V9, but would select S_INDIRECT_REG_WRITE_MOVREL_B32_V16 instead. | |
| llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-insert-vector-elt.mir | ||
|---|---|---|
| 178 | Then maybe precommit the tests (no review required) and rebase? | |
| llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-insert-vector-elt.mir | ||
|---|---|---|
| 178 | The reason of the MIR test failure is because of the machine verifier, without it the test passes. | |
| llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-insert-vector-elt.mir | ||
|---|---|---|
| 178 | Ack. | |
| llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-insert-vector-elt.mir | ||
|---|---|---|
| 312 | are the vector cases tested for the same sizes? | |
Committed in 48f6964bcbfba25e79c301b0175be327cff586d9
Mateja if you use arc diff to create the patch it will automatically add a Differential Revision: line to your commit message, and then the review will be closed automatically when you push the commit.
How would these tests fail without your patch?