[all-commits] [llvm/llvm-project] d96342: [Headers][X86] Ensure all AVX broadcast scalar loa...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon Jul 3 06:05:12 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d9634205d999439807a9f6c5a18be58ac1a55ced
      https://github.com/llvm/llvm-project/commit/d9634205d999439807a9f6c5a18be58ac1a55ced
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2023-07-03 (Mon, 03 Jul 2023)

  Changed paths:
    M clang/lib/Headers/avxintrin.h
    M clang/test/CodeGen/X86/avx-builtins.c

  Log Message:
  -----------
  [Headers][X86] Ensure all AVX broadcast scalar load intrinsics are unaligned

Similar to the existing _mm_load1_pd/_mm_loaddup_pd and broadcast vector loads, these intrinsic should ensure the loads are unaligned and not assume type alignment

Fixes #62325




More information about the All-commits mailing list