[all-commits] [llvm/llvm-project] bdafe3: [DSE] Add test cases with stores to objects before...

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri Sep 17 01:12:04 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bdafe3124c9ac7276df6092e041d4b328684c680
      https://github.com/llvm/llvm-project/commit/bdafe3124c9ac7276df6092e041d4b328684c680
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2021-09-17 (Fri, 17 Sep 2021)

  Changed paths:
    A llvm/test/Transforms/DeadStoreElimination/captures-before-call.ll

  Log Message:
  -----------
  [DSE] Add test cases with stores to objects before they escape.

Test cases where stores to local objects can be removed because the
object does not escape before calls that may read/write to memory.

Includes test from PR50220.




More information about the All-commits mailing list