This is an archive of the discontinued LLVM Phabricator instance.

[NFC] make clang/test/CodeGen/arm_neon_intrinsics.c resistent to function attribute id changes
ClosedPublic

Authored by jeroen.dobbelaere on Jan 7 2021, 7:20 AM.

Details

Summary

When introducing support for @llvm.experimental.noalias.scope.decl, this tests started failing because it checks
(for no good reason) for a function attribute id of '#8' which now becomes '#9'

Diff Detail

Event Timeline

pratlucas accepted this revision.Jan 7 2021, 7:29 AM

LGMT.

This revision is now accepted and ready to land.Jan 7 2021, 7:29 AM

Can you do the commit ? I don't have commit rights yet. Thx !

Herald added a project: Restricted Project. · View Herald TranscriptJan 7 2021, 9:08 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript

No problem! I've pushed the commit on your behalf.