This is an archive of the discontinued LLVM Phabricator instance.

[VE] Avoid vectorizing store/load in scalar mode
ClosedPublic

Authored by kaz7 on Aug 15 2023, 8:59 PM.

Details

Summary

Avoid vectorizing store and load instructions in scalar mode.

Diff Detail

Event Timeline

kaz7 created this revision.Aug 15 2023, 8:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 15 2023, 8:59 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
kaz7 requested review of this revision.Aug 15 2023, 8:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 15 2023, 8:59 PM
kaz7 updated this revision to Diff 550592.Aug 15 2023, 9:00 PM

Change indentation.

efocht accepted this revision.Aug 16 2023, 8:54 AM

LGTM!
Should fix the issue with Rust.

This revision is now accepted and ready to land.Aug 16 2023, 8:54 AM
This revision was automatically updated to reflect the committed changes.