[all-commits] [llvm/llvm-project] 8eec39: [test] Pin memory-dereferenceable.ll to legacy PM

aeubanks via All-commits all-commits at lists.llvm.org
Mon Nov 23 12:01:16 PST 2020


  Branch: refs/heads/temp-test-main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8eec3959ef38eb30d6d9e89d70a4f3a8ed334a2a
      https://github.com/llvm/llvm-project/commit/8eec3959ef38eb30d6d9e89d70a4f3a8ed334a2a
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
    M llvm/test/Analysis/ValueTracking/memory-dereferenceable.ll

  Log Message:
  -----------
  [test] Pin memory-dereferenceable.ll to legacy PM

-print-memderefs is only used for one test and hasn't been touched in a while.


  Commit: 7167e5203acd1602dc174a6a79acee727e5c0b0b
      https://github.com/llvm/llvm-project/commit/7167e5203acd1602dc174a6a79acee727e5c0b0b
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
    A llvm/include/llvm/Analysis/MemDerefPrinter.h
    M llvm/lib/Analysis/MemDerefPrinter.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/test/Analysis/ValueTracking/memory-dereferenceable.ll

  Log Message:
  -----------
  Port -print-memderefs to NPM

There is lots of code duplication, but hopefully it won't matter soon.

Reviewed By: ychen

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


Compare: https://github.com/llvm/llvm-project/compare/14a68b4aa973...7167e5203acd


More information about the All-commits mailing list