[all-commits] [llvm/llvm-project] 42d6eb: [MemCpyOpt] Handle scalable aggregate types in mem...

Philip Reames via All-commits all-commits at lists.llvm.org
Fri Feb 2 18:47:30 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 42d6eb54752c37c2583301158e30648cf09195a4
      https://github.com/llvm/llvm-project/commit/42d6eb54752c37c2583301158e30648cf09195a4
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
    M llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
    M llvm/test/Transforms/MemCpyOpt/vscale-crashes.ll

  Log Message:
  -----------
  [MemCpyOpt] Handle scalable aggregate types in memmove/memset formation (#80487)

Without this change, the included test cases crash the compiler. I
believe this is fallout from the homogenous scalable struct work from a
while back; I think we just forgot to update this case.

Likely to fix https://github.com/llvm/llvm-project/issues/80463.




More information about the All-commits mailing list