[all-commits] [llvm/llvm-project] f59e1b: [PrintPipeline] Handle CoroConditionalWrapper and ...

aeubanks via All-commits all-commits at lists.llvm.org
Wed Oct 12 09:38:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f59e1bcc22717b9cce22848e5b2defb0bfd51b7c
      https://github.com/llvm/llvm-project/commit/f59e1bcc22717b9cce22848e5b2defb0bfd51b7c
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2022-10-12 (Wed, 12 Oct 2022)

  Changed paths:
    M llvm/include/llvm/Transforms/Coroutines/CoroConditionalWrapper.h
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Transforms/Coroutines/CoroConditionalWrapper.cpp
    M llvm/test/Other/new-pm-print-pipeline.ll
    M llvm/tools/opt/NewPMDriver.cpp

  Log Message:
  -----------
  [PrintPipeline] Handle CoroConditionalWrapper and add more verification

Add a check (can be disabled via a flag) that the pipeline we generate is actually parsable.
Can be disabled because we don't expect to handle every pass in -print-pipeline-passes.

Fixes #58280.

Reviewed By: ChuanqiXu

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




More information about the All-commits mailing list