This is an archive of the discontinued LLVM Phabricator instance.

[AArch64ISelLowering] Fix null pointer access in performSVEAndCombine.
ClosedPublic

Authored by huihuiz on Sep 9 2021, 4:23 PM.

Details

Summary

When combining 'and' of an unsigned unpack and shuffle instruction,
bail early if shuffle is not constructed from a constant integer.

Diff Detail

Event Timeline

huihuiz created this revision.Sep 9 2021, 4:23 PM
huihuiz requested review of this revision.Sep 9 2021, 4:23 PM
paulwalker-arm accepted this revision.Sep 10 2021, 2:27 AM
This revision is now accepted and ready to land.Sep 10 2021, 2:27 AM