This is an archive of the discontinued LLVM Phabricator instance.

[AVX512] Remove leftover code for when i1 was a legal type from the fast isel load/store code.
ClosedPublic

Authored by craig.topper on Aug 13 2017, 12:18 PM.

Details

Summary

I don't think we need this code anymore. It only existed because i1 used to be legal.

There's probably more unneeded code in fast isel still.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.Aug 13 2017, 12:18 PM
guyblank accepted this revision.Aug 13 2017, 11:41 PM
This revision is now accepted and ready to land.Aug 13 2017, 11:41 PM
This revision was automatically updated to reflect the committed changes.