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

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Nov 15 15:46:20 PST 2022


  Branch: refs/heads/release/15.x
  Home:   https://github.com/llvm/llvm-project
  Commit: a399896637584c86acd61afca5bbfe8ed76a7c7d
      https://github.com/llvm/llvm-project/commit/a399896637584c86acd61afca5bbfe8ed76a7c7d
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-11-15 (Tue, 15 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.

(cherry picked from commit 758699c39984296f20a4dac44c6892065601c4cd)




More information about the All-commits mailing list