[all-commits] [llvm/llvm-project] 54b645: [TargetPassConfig] Add CanonicalizeFreezeInLoops b...

Juneyoung Lee via All-commits all-commits at lists.llvm.org
Wed May 27 13:21:31 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 54b64572407c8305c7bb8cc20c46a5e0c66b2979
      https://github.com/llvm/llvm-project/commit/54b64572407c8305c7bb8cc20c46a5e0c66b2979
  Author: Juneyoung Lee <aqjune at gmail.com>
  Date:   2020-05-28 (Thu, 28 May 2020)

  Changed paths:
    M llvm/lib/CodeGen/TargetPassConfig.cpp
    M llvm/test/CodeGen/AArch64/O3-pipeline.ll
    M llvm/test/CodeGen/ARM/O3-pipeline.ll
    M llvm/test/CodeGen/X86/O3-pipeline.ll
    M llvm/test/Transforms/CanonicalizeFreezeInLoops/aarch64.ll

  Log Message:
  -----------
  [TargetPassConfig] Add CanonicalizeFreezeInLoops before LSR

Summary:
This patch adds CanonicalizeFreezeInLoops before LSR.
Relevant patch: https://reviews.llvm.org/D77523

Reviewers: spatel, efriedma, jdoerfert, fhahn, nikic, reames, xbolva00

Reviewed By: nikic

Subscribers: xbolva00, nikic, lebedev.ri, hiraditya, llvm-commits, sanwou01, nlopes

Tags: #llvm

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




More information about the All-commits mailing list