This is an archive of the discontinued LLVM Phabricator instance.

[VE][NFC] Change to use l2i/i2l to simplify code
ClosedPublic

Authored by kaz7 on Sep 17 2022, 6:41 PM.

Details

Summary

We previously added l2i/i2l macros to simpily EXTRACT_SUBREG/INSERT_SUBREG
conversions. This patch changes VEInstrInfo.td to use such macros to
simplify existing code.

Diff Detail

Event Timeline

kaz7 created this revision.Sep 17 2022, 6:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 17 2022, 6:41 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
kaz7 requested review of this revision.Sep 17 2022, 6:41 PM
efocht accepted this revision.Sep 21 2022, 1:17 AM
This revision is now accepted and ready to land.Sep 21 2022, 1:17 AM
This revision was automatically updated to reflect the committed changes.