These instructions should allow src0 to be a literal with the same
value as the mandatory other literal. Enable it by introducing an
operand that defers adding its value to the MI when decoding till
the mandatory literal is parsed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks fine to me. Maybe a little hacky, but I do not see any possibilities for improvement.
Comment Actions
shared literals are also supported in madak and madmk, the earlier
versions of fmamk, fmaak. Add tests for these. Update the literal
validation to support shared literals.