This is an archive of the discontinued LLVM Phabricator instance.

[X86] Stop reduceMaskedLoadToScalarLoad/reduceMaskedStoreToScalarStore from creating scalar i64 load/stores in 32-bit mode
ClosedPublic

Authored by craig.topper on Sep 17 2020, 3:32 PM.

Details

Summary

If we emit a scalar i64 load/store it will get type legalized to two i32 load/stores.

Diff Detail