[all-commits] [llvm/llvm-project] e5cc3d: [X86][AVX10] Add no-evex512 for MMX intrinsics, NFCI
Phoebe Wang via All-commits
all-commits at lists.llvm.org
Wed Nov 22 05:59:47 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e5cc3da6a9077548f613eee3aacc5e7b017c81f3
https://github.com/llvm/llvm-project/commit/e5cc3da6a9077548f613eee3aacc5e7b017c81f3
Author: Phoebe Wang <phoebe.wang at intel.com>
Date: 2023-11-22 (Wed, 22 Nov 2023)
Changed paths:
M clang/lib/Headers/mmintrin.h
Log Message:
-----------
[X86][AVX10] Add no-evex512 for MMX intrinsics, NFCI
Some MMX intrinsics like _mm_setzero_si64 will be called by XMM
intrinsics, so need to propagate no-evex512 there.
Checked locally with a lot of modified tests and no side effect with
this change. No extra test needed for the update.
More information about the All-commits
mailing list