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'
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D94233
[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
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jan 7 2021, 7:29 AM Closed by commit rG59fce6b06616: [NFC] make clang/test/CodeGen/arm_neon_intrinsics.c resistent to function… (authored by jeroen.dobbelaere, committed by pratlucas). · Explain WhyJan 7 2021, 9:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 315135 clang/test/CodeGen/arm_neon_intrinsics.c
|