This is an archive of the discontinued LLVM Phabricator instance.

[Zorg] Add AArch64 SVE Vector-Length-Agnostic bots
ClosedPublic

Authored by maxim-kuvyrkov on Aug 4 2021, 2:22 AM.

Details

Summary

... and update AArch64 SVE Vector-Length-Specific bots to use new options.

Diff Detail

Event Timeline

maxim-kuvyrkov created this revision.Aug 4 2021, 2:22 AM
maxim-kuvyrkov requested review of this revision.Aug 4 2021, 2:22 AM

I would add a comment somewhere, in the script or the commit message, with what -treat-scalable-fixed-error-as-warning=false does.

Afaict it's an error you get if you write your codegen code incorrectly.

Otherwise LGTM but I'll let an SVE expert give the ok.

sdesmalen accepted this revision.Aug 4 2021, 6:31 AM

Thanks @maxim-kuvyrkov, that looks great!

Just FYI, you may want to hold off on landing this patch until we land D107284, which fixes issues with the stage2 build.

This revision is now accepted and ready to land.Aug 4 2021, 6:31 AM
Matt added a subscriber: Matt.Aug 5 2021, 12:49 PM