This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][NFC] Return struct from evaluateX86MemoryOperand
ClosedPublic

Authored by Amir on Feb 17 2023, 5:26 PM.

Details

Summary

Simplify MCPlusBuilder::evaluateX86MemoryOperand: make it return a struct
with memory operand analysis struct X86MemOperand.

Diff Detail

Event Timeline

Amir created this revision.Feb 17 2023, 5:26 PM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Amir requested review of this revision.Feb 17 2023, 5:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 17 2023, 5:26 PM
rafauler accepted this revision.Feb 21 2023, 10:23 AM

Thanks!

This revision is now accepted and ready to land.Feb 21 2023, 10:23 AM
This revision was automatically updated to reflect the committed changes.