[all-commits] [llvm/llvm-project] 758699: [VectorUtils] Skip interleave members with diff ty...

Florian Hahn via All-commits all-commits at lists.llvm.org
Sun Nov 13 14:07:08 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 758699c39984296f20a4dac44c6892065601c4cd
      https://github.com/llvm/llvm-project/commit/758699c39984296f20a4dac44c6892065601c4cd
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-11-13 (Sun, 13 Nov 2022)

  Changed paths:
    M llvm/lib/Analysis/VectorUtils.cpp
    A llvm/test/Transforms/LoopVectorize/AArch64/interleave-allocsize-not-equal-typesize.ll

  Log Message:
  -----------
  [VectorUtils] Skip interleave members with diff type and alloca sizes.

Currently, codegen doesn't support cases where the type size doesn't
match the alloc size. Skip them for now.

Fixes #58722.




More information about the All-commits mailing list