[all-commits] [llvm/llvm-project] 4e0d99: [NFC] Remove obsolete checks followed by fix of is...

max-azul via All-commits all-commits at lists.llvm.org
Sun Mar 29 22:25:04 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4e0d9925d6a3561449bdd8def27fd3f3f1b3fb9f
      https://github.com/llvm/llvm-project/commit/4e0d9925d6a3561449bdd8def27fd3f3f1b3fb9f
  Author: Max Kazantsev <mkazantsev at azul.com>
  Date:   2020-03-30 (Mon, 30 Mar 2020)

  Changed paths:
    M llvm/lib/Analysis/InstructionPrecedenceTracking.cpp

  Log Message:
  -----------
  [NFC] Remove obsolete checks followed by fix of isGuaranteedToTransferExecutionToSuccessor

In past, isGuaranteedToTransferExecutionToSuccessor contained some weird logic
for volatile loads/stores that was ultimately removed by patch D65375. It's time to
remove a piece of dependent logic that used to be a workaround for the code which
is now deleted.

Reviewed By: uenoku
Differential Revision: https://reviews.llvm.org/D76918




More information about the All-commits mailing list