[all-commits] [llvm/llvm-project] f2c8f3: [PowerPC] Turn on CR-Logical reducer pass

Nemanja Ivanovic via All-commits all-commits at lists.llvm.org
Tue Oct 22 05:19:21 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f2c8f3b181e1a0f1a45e6893d15317386bf73977
      https://github.com/llvm/llvm-project/commit/f2c8f3b181e1a0f1a45e6893d15317386bf73977
  Author: Nemanja Ivanovic <nemanja.i.ibm at gmail.com>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCReduceCRLogicals.cpp
    M llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
    M llvm/test/CodeGen/PowerPC/2008-10-28-f128-i32.ll
    M llvm/test/CodeGen/PowerPC/brcond.ll
    M llvm/test/CodeGen/PowerPC/pr42492.ll
    M llvm/test/CodeGen/PowerPC/tocSaveInPrologue.ll
    M llvm/test/CodeGen/PowerPC/vec-min-max.ll

  Log Message:
  -----------
  [PowerPC] Turn on CR-Logical reducer pass

This re-commits r375152 which was pulled in r375233 because it broke
the EXPENSIVE_CHECKS bot on Windows.

The reason for the failure was a bug in the pass that the commit turned
on by default. This patch fixes that bug and turns the pass back on.
This patch has been verified on the buildbot that originally failed
thanks to Simon Pilgrim.

Differential revision: https://reviews.llvm.org/D52431

llvm-svn: 375497




More information about the All-commits mailing list