[all-commits] [llvm/llvm-project] 81f385: Make dropTriviallyDeadConstantArrays not quadratic

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Tue Jan 21 07:09:27 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 81f385b0c6ea37dd7195a65be162c75bbdef29d2
      https://github.com/llvm/llvm-project/commit/81f385b0c6ea37dd7195a65be162c75bbdef29d2
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M llvm/lib/IR/LLVMContextImpl.cpp

  Log Message:
  -----------
  Make dropTriviallyDeadConstantArrays not quadratic

Only look at the operands of dead constant arrays instead of all
constant arrays again.




More information about the All-commits mailing list