[all-commits] [llvm/llvm-project] 5ab421: [LICM] Add allowspeculation pass options.

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri Mar 18 09:52:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5ab421fb4e0e32383af394ef8d861a0bba8e11ee
      https://github.com/llvm/llvm-project/commit/5ab421fb4e0e32383af394ef8d861a0bba8e11ee
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-03-18 (Fri, 18 Mar 2022)

  Changed paths:
    M llvm/include/llvm/Transforms/Scalar/LICM.h
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Transforms/Scalar/LICM.cpp
    M llvm/test/Other/new-pm-print-pipeline.ll
    A llvm/test/Transforms/LICM/allow-speculation-option.ll

  Log Message:
  -----------
  [LICM] Add allowspeculation pass options.

This adds a new option to control AllowSpeculation added in D119965 when
using `-passes=...`.

This allows reproducing #54023 using opt.

Reviewed By: aeubanks

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




More information about the All-commits mailing list