Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for putting this up. LGTM, but I think someone should verify that device libs can be correctly built with the patch.
llvm/lib/Target/AMDGPU/SIInstructions.td | ||
---|---|---|
3640–3656 | We should still recognize the encoded instructions (at least of gfx10 where it's defined) |
llvm/lib/Target/AMDGPU/SIInstructions.td | ||
---|---|---|
3640–3656 | They should have been added in a separate patch. |
Comment Actions
If I understand correctly, the instruction exists pre-GFX10 but isn't documented?
Would it be worth keeping it in just for completeness? It seems rather harmless.
Comment Actions
I think "the instruction exists" is a meaningless concept when you're talking about an illegal instruction. The *only* reason for mapping v_illegal to a particular opcode is if it is documented as such.
We should still recognize the encoded instructions (at least of gfx10 where it's defined)