This is an archive of the discontinued LLVM Phabricator instance.

[ScalarizeMaskedMemIntrin] Add constant mask support to expandload and compressstore scalarization
ClosedPublic

Authored by craig.topper on Aug 1 2019, 3:27 PM.

Details

Summary

This adds support for generating all the loads or stores for a constant mask into a single basic block with no conditionals.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.Aug 1 2019, 3:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 1 2019, 3:27 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
RKSimon accepted this revision.Aug 2 2019, 11:09 AM

LGTM

This revision is now accepted and ready to land.Aug 2 2019, 11:09 AM
This revision was automatically updated to reflect the committed changes.