[all-commits] [llvm/llvm-project] 11ce19: [clang] Switch arm-mve-intrinsics tests to use %cl...
Simon Tatham via All-commits
all-commits at lists.llvm.org
Fri Oct 25 04:02:08 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 11ce19d2119e0870b2bf53eb23d215aa83cd5540
https://github.com/llvm/llvm-project/commit/11ce19d2119e0870b2bf53eb23d215aa83cd5540
Author: Simon Tatham <simon.tatham at arm.com>
Date: 2019-10-25 (Fri, 25 Oct 2019)
Changed paths:
M clang/test/CodeGen/arm-mve-intrinsics/scalar-shifts.c
M clang/test/CodeGen/arm-mve-intrinsics/vadc.c
M clang/test/CodeGen/arm-mve-intrinsics/vaddq.c
M clang/test/CodeGen/arm-mve-intrinsics/vcvt.c
M clang/test/CodeGen/arm-mve-intrinsics/vld24.c
M clang/test/CodeGen/arm-mve-intrinsics/vldr.c
M clang/test/CodeGen/arm-mve-intrinsics/vminvq.c
Log Message:
-----------
[clang] Switch arm-mve-intrinsics tests to use %clang_cc1.
It isn't really necessary for them to run the clang driver, and it's
more efficient not to (and also more stable against driver changes).
Now they invoke cc1 directly, more like the analogous NEON tests.
Reviewers: dmgreen
Subscribers: kristof.beyls, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D69426
More information about the All-commits
mailing list