[all-commits] [llvm/llvm-project] c69b26: [pipelines] Require GlobalsAA after sanitizers

Vitaly Buka via All-commits all-commits at lists.llvm.org
Wed Sep 14 13:34:13 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c69b26911168cdcf49c7c7162d7b44ce4ed40c37
      https://github.com/llvm/llvm-project/commit/c69b26911168cdcf49c7c7162d7b44ce4ed40c37
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2022-09-14 (Wed, 14 Sep 2022)

  Changed paths:
    M clang/lib/CodeGen/BackendUtil.cpp

  Log Message:
  -----------
  [pipelines] Require GlobalsAA after sanitizers

Restore GlobalsAA if sanitizers inserted at early optimize callback.
The analysis can be useful for the following FunctionPassManager.

Reviewed By: aeubanks

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




More information about the All-commits mailing list