[all-commits] [llvm/llvm-project] 76e987: [RDA] Don't pass down TraversedMBB (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue Apr 7 08:53:15 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 76e987b37220128929519c28bef5c566841d9aed
      https://github.com/llvm/llvm-project/commit/76e987b37220128929519c28bef5c566841d9aed
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2020-04-07 (Tue, 07 Apr 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
    M llvm/lib/CodeGen/ReachingDefAnalysis.cpp

  Log Message:
  -----------
  [RDA] Don't pass down TraversedMBB (NFC)

Only pass the MachineBasicBlock itself down to helper methods,
they don't need to know about traversal. Move the debug print
into the main method.




More information about the All-commits mailing list