[all-commits] [llvm/llvm-project] da7f21: [clang][LTO] Add flag to run verifier after every ...

aeubanks via All-commits all-commits at lists.llvm.org
Thu Jun 22 08:54:57 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: da7f212f4a7ac8d99c9368770b9af3b628fd4e9f
      https://github.com/llvm/llvm-project/commit/da7f212f4a7ac8d99c9368770b9af3b628fd4e9f
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2023-06-22 (Thu, 22 Jun 2023)

  Changed paths:
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Driver/Options.td
    M clang/lib/CodeGen/BackendUtil.cpp
    A clang/test/CodeGen/verify-each.c
    M llvm/include/llvm/LTO/Config.h
    M llvm/lib/LTO/LTOBackend.cpp

  Log Message:
  -----------
  [clang][LTO] Add flag to run verifier after every pass

Helps with debugging issues caught by the verifier.

Plumbed through both normal clang compile and ThinLTO.

Reviewed By: tejohnson

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


  Commit: d49984fa4f83d6fca83b2c594a2475956de170f1
      https://github.com/llvm/llvm-project/commit/d49984fa4f83d6fca83b2c594a2475956de170f1
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2023-06-22 (Thu, 22 Jun 2023)

  Changed paths:
    M llvm/include/llvm/Transforms/Utils/SimplifyCFGOptions.h
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
    M llvm/test/Other/new-pm-print-pipeline.ll
    A llvm/test/Transforms/SimplifyCFG/speculate-blocks.ll

  Log Message:
  -----------
  [SimplifyCFG] Add option to not speculate blocks

Required for phase ordering changes to not regress Rust code with D145265.

Reviewed By: nikic

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


Compare: https://github.com/llvm/llvm-project/compare/3ea8f2526541...d49984fa4f83


More information about the All-commits mailing list