Enabled offset parsing. See bug 55959.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM as a quick fix.
Is there a better way to do this by using a different operand type, instead of special-casing certain opcodes?
Comment Actions
LGTM Thanks! We had the same code change downstream, but no tests, so the added coverage is good.
Comment Actions
Is there a better way to do this by using a different operand type, instead of special-casing certain opcodes?
Thanks for a good idea.