[all-commits] [llvm/llvm-project] ad4836: [JumpThreading] Let SimplifyPartiallyRedundantLoad...

Juneyoung Lee via All-commits all-commits at lists.llvm.org
Thu Jul 30 23:28:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ad48367722b23dd373e612c1c53b16290ae10194
      https://github.com/llvm/llvm-project/commit/ad48367722b23dd373e612c1c53b16290ae10194
  Author: Juneyoung Lee <aqjune at gmail.com>
  Date:   2020-07-31 (Fri, 31 Jul 2020)

  Changed paths:
    M llvm/lib/Transforms/Scalar/JumpThreading.cpp
    M llvm/test/Transforms/JumpThreading/pre-load.ll

  Log Message:
  -----------
  [JumpThreading] Let SimplifyPartiallyRedundantLoad look into freeze

This patch allows SimplifyPartiallyRedundantLoad work when
the branch condition was frozen.

Reviewed By: efriedma

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




More information about the All-commits mailing list