[all-commits] [llvm/llvm-project] 89c564: [DSE] Handle unexpected memory attribute on malloc...

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Aug 28 06:07:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 89c564704e8034729088eb4be3b90ffe958bd079
      https://github.com/llvm/llvm-project/commit/89c564704e8034729088eb4be3b90ffe958bd079
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-08-28 (Mon, 28 Aug 2023)

  Changed paths:
    M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
    M llvm/test/Transforms/DeadStoreElimination/noop-stores.ll

  Log Message:
  -----------
  [DSE] Handle unexpected memory attribute on malloc (PR64827)

Make sure we don't crash if we encounter a malloc with memory(none).

Related to https://github.com/llvm/llvm-project/issues/64827.




More information about the All-commits mailing list