[all-commits] [llvm/llvm-project] eca13e: [NFC] Rename IsCodeGenPass to ShouldPinPassToLegacyPM

aeubanks via All-commits all-commits at lists.llvm.org
Tue Dec 8 13:39:22 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eca13e995c6428e11f0d402641a74c9fe26f124c
      https://github.com/llvm/llvm-project/commit/eca13e995c6428e11f0d402641a74c9fe26f124c
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-12-08 (Tue, 08 Dec 2020)

  Changed paths:
    M llvm/tools/opt/opt.cpp

  Log Message:
  -----------
  [NFC] Rename IsCodeGenPass to ShouldPinPassToLegacyPM

Codegen-specific passes are being ported to the NPM. Rename for better
clarity and note that ported passes that fully work with the NPM should
be removed from these lists.

Reviewed By: asbirlea

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




More information about the All-commits mailing list