[all-commits] [llvm/llvm-project] 329dbd: [MemCpyOpt] Add test for incorrect memset DSE (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Sat Oct 10 07:11:34 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 329dbdaaafd8d78901c4e0c197cda919fda8e5e6
      https://github.com/llvm/llvm-project/commit/329dbdaaafd8d78901c4e0c197cda919fda8e5e6
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2020-10-10 (Sat, 10 Oct 2020)

  Changed paths:
    M llvm/test/Transforms/MemCpyOpt/memset-memcpy-redundant-memset.ll

  Log Message:
  -----------
  [MemCpyOpt] Add test for incorrect memset DSE (NFC)

We can't shorten the memset if there's a throwing call in between
and the destination is non-local.




More information about the All-commits mailing list