[all-commits] [llvm/llvm-project] 8b4032: [RISCV] Initialize MergeBaseOffsetOptPass so it wi...

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Dec 2 18:05:42 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8b403243a845dd0af2799caa830cea4a2c75f5fb
      https://github.com/llvm/llvm-project/commit/8b403243a845dd0af2799caa830cea4a2c75f5fb
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2020-12-02 (Wed, 02 Dec 2020)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp

  Log Message:
  -----------
  [RISCV] Initialize MergeBaseOffsetOptPass so it will work with print-before/after-all.

If its not in the PassRegistry it's not recognized as
a pass when we print before/after. Happened to notice while
I was working on a new pass.




More information about the All-commits mailing list