[all-commits] [llvm/llvm-project] e30efa: [NFC] Fix intel intrinsics test for PowerPC
Qiu Chaofan via All-commits
all-commits at lists.llvm.org
Wed Feb 16 00:20:22 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e30efa030465cfcfeb8e7ca4407c87176248ca57
https://github.com/llvm/llvm-project/commit/e30efa030465cfcfeb8e7ca4407c87176248ca57
Author: Qiu Chaofan <qiucofan at cn.ibm.com>
Date: 2022-02-16 (Wed, 16 Feb 2022)
Changed paths:
M clang/test/CodeGen/PowerPC/ppc-emmintrin.c
M clang/test/CodeGen/PowerPC/ppc-mmintrin.c
M clang/test/CodeGen/PowerPC/ppc-smmintrin.c
M clang/test/CodeGen/PowerPC/ppc-tmmintrin.c
M clang/test/CodeGen/PowerPC/ppc-xmmintrin.c
Log Message:
-----------
[NFC] Fix intel intrinsics test for PowerPC
These tests are dumped without optimization, which makes them too
lengthy and contain meaningless load/stores. Clean them up to prepare
for future headers update.
More information about the All-commits
mailing list