[all-commits] [llvm/llvm-project] cb5c4a: [X86] lowerV8I16Shuffle - use explicit SmallVector...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri Apr 1 02:54:41 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cb5c4a5917889bd12c5662c8b550cde11924d570
      https://github.com/llvm/llvm-project/commit/cb5c4a5917889bd12c5662c8b550cde11924d570
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-04-01 (Fri, 01 Apr 2022)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  [X86] lowerV8I16Shuffle - use explicit SmallVector<SDValue, 4> width to avoid MSVC AVX alignment bug

As discussed on Issue #54645 - building llc with /AVX can result in incorrectly aligned structs




More information about the All-commits mailing list