[all-commits] [llvm/llvm-project] 0626ce: [clang][NFC] Replace ARM_STREAMING_ATTR in tests w...
Sam Tebbs via All-commits
all-commits at lists.llvm.org
Tue Dec 5 05:35:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0626cedb17555ee003bec7588c7b3d51353793a2
https://github.com/llvm/llvm-project/commit/0626cedb17555ee003bec7588c7b3d51353793a2
Author: Samuel Tebbs <samuel.tebbs at arm.com>
Date: 2023-12-05 (Tue, 05 Dec 2023)
Changed paths:
M clang/test/CodeGen/aarch64-sme-intrinsics/acle_sme_ld1.c
M clang/test/CodeGen/aarch64-sme-intrinsics/acle_sme_ld1_vnum.c
M clang/test/CodeGen/aarch64-sme-intrinsics/acle_sme_st1.c
M clang/test/CodeGen/aarch64-sme-intrinsics/acle_sme_st1_vnum.c
Log Message:
-----------
[clang][NFC] Replace ARM_STREAMING_ATTR in tests with SME streaming attribute
Some tests were testing SME builtins before the streaming attributes
existed, and so either inserted them or not depending on a macro
definition. The intention was for the macro to be defined once the
attributes were added to clang, but it never was defined. This change
removes the macro logic and adds the attribute now that they have been
added to clang.
More information about the All-commits
mailing list