See bug 35148: https://bugs.llvm.org//show_bug.cgi?id=35148
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/AMDGPU/SIInstrFormats.td | ||
---|---|---|
118–119 ↗ | (On Diff #121125) | If you're going to introduce this field, it should probably be consistently used. I think I did something else when changing the default printed value in the InstPrinter. |
lib/Target/AMDGPU/SIInstrFormats.td | ||
---|---|---|
118–119 ↗ | (On Diff #121125) | This field was introduced for InstPrinter to distinguish between packed and non-packed instructions. Is there another simple way doing it? I do not see any. Or do you suggest correcting AsmParser to use this new field instead of VOP3P_NotPacked? |