[all-commits] [llvm/llvm-project] 110dfb: [test] Precommit SCEV test

aeubanks via All-commits all-commits at lists.llvm.org
Thu Jun 29 09:35:53 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 110dfb4c58688fb65b2357177eca7b3bb85d1d2c
      https://github.com/llvm/llvm-project/commit/110dfb4c58688fb65b2357177eca7b3bb85d1d2c
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2023-06-29 (Thu, 29 Jun 2023)

  Changed paths:
    A llvm/test/Analysis/ScalarEvolution/malloc.ll

  Log Message:
  -----------
  [test] Precommit SCEV test


  Commit: 22ca38da25e19a7c5fcfeb3f22159aba92ec381e
      https://github.com/llvm/llvm-project/commit/22ca38da25e19a7c5fcfeb3f22159aba92ec381e
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2023-06-29 (Thu, 29 Jun 2023)

  Changed paths:
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/test/Analysis/ScalarEvolution/malloc.ll
    M llvm/test/Transforms/PhaseOrdering/gep-null-compare-in-loop.ll

  Log Message:
  -----------
  [ScalarEvolution] Analyze ranges for heap allocations

Followup to D153624. Allows for better exit count calculations for loops checking heap allocations against null.

Reviewed By: nikic

Differential Revision: https://reviews.llvm.org/D154001


Compare: https://github.com/llvm/llvm-project/compare/1716924ccfdd...22ca38da25e1


More information about the All-commits mailing list