Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This intentionally doesn't cover all cases and aims to merely demonstrate the general approach.
Comment Actions
In general, I like your idea and I see that further improvements are possible. Your second patch seems to better justify this approach.
llvm/lib/Target/AMDGPU/SIInstrInfo.td | ||
---|---|---|
1191 | This is actually unused. | |
1201 | Are you going to further generalize this class? | |
1209 | Ditto. |
llvm/lib/Target/AMDGPU/SIInstrInfo.td | ||
---|---|---|
1201 | Would NamedIntOperandClass do? |
llvm/lib/Target/AMDGPU/SIInstrInfo.td | ||
---|---|---|
1201 | I think it would be perfect. |
This is actually unused.