[all-commits] [llvm/llvm-project] 511f2c: [llvm-reduce] Don't unset dso_local on implicitly ...

aeubanks via All-commits all-commits at lists.llvm.org
Fri Apr 30 11:58:32 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 511f2cecf7c95aa2eea7447818bddf08f7222daa
      https://github.com/llvm/llvm-project/commit/511f2cecf7c95aa2eea7447818bddf08f7222daa
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M llvm/test/tools/llvm-reduce/remove-dso-local.ll
    M llvm/tools/llvm-reduce/deltas/Delta.cpp
    M llvm/tools/llvm-reduce/deltas/ReduceGlobalValues.cpp

  Log Message:
  -----------
  [llvm-reduce] Don't unset dso_local on implicitly dso_local GVs

This introduces a flag that aborts if we ever reduce to IR that fails
the verifier.

Reviewed By: swamulism, arichardson

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




More information about the All-commits mailing list