[all-commits] [llvm/llvm-project] 59fce6: [NFC] make clang/test/CodeGen/arm_neon_intrinsics....
dobbelaj-snps via All-commits
all-commits at lists.llvm.org
Thu Jan 7 09:13:37 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 59fce6b0661647062918a47bdb1874950d3938d5
https://github.com/llvm/llvm-project/commit/59fce6b0661647062918a47bdb1874950d3938d5
Author: Jeroen Dobbelaere <jeroen.dobbelaere at synopsys.com>
Date: 2021-01-07 (Thu, 07 Jan 2021)
Changed paths:
M clang/test/CodeGen/arm_neon_intrinsics.c
Log Message:
-----------
[NFC] make clang/test/CodeGen/arm_neon_intrinsics.c resistent to function attribute id changes
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'
Reviewed By: pratlucas
Differential Revision: https://reviews.llvm.org/D94233
More information about the All-commits
mailing list