[all-commits] [llvm/llvm-project] 55d939: [X86] Move _mm256_set_m128* intrinsics before _mm2...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Sep 9 03:26:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55d939627823a196f78f0e6279fa0ca14d0ae0f8
https://github.com/llvm/llvm-project/commit/55d939627823a196f78f0e6279fa0ca14d0ae0f8
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-09-09 (Thu, 09 Sep 2021)
Changed paths:
M clang/lib/Headers/avxintrin.h
Log Message:
-----------
[X86] Move _mm256_set_m128* intrinsics before _mm256_loadu2_m128* intrinsics. NFC.
This is necessary for PR51796 where we'll update _mm256_loadu2_m128* to use _mm256_set_m128*
More information about the All-commits
mailing list