This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Add check for widening instruction for SVE.
ClosedPublic

Authored by CarolineConcatto on Nov 11 2020, 7:04 AM.

Details

Summary

This patch fixes the function isWideningInstruction for scalable vectors.
Now the cost model can check the widening pattern for SVE.

Diff Detail

Event Timeline

CarolineConcatto requested review of this revision.Nov 11 2020, 7:04 AM
  • add a warning check in the llvm test
sdesmalen accepted this revision.Nov 13 2020, 8:20 AM

Looks good to me! Cheers @CarolineConcatto

This revision is now accepted and ready to land.Nov 13 2020, 8:20 AM
This revision was landed with ongoing or failed builds.Nov 16 2020, 4:53 AM
This revision was automatically updated to reflect the committed changes.