[all-commits] [llvm/llvm-project] b8dc54: PowerPC: Remove redundancy in ternary for predicat...
Justin Hibbits via All-commits
all-commits at lists.llvm.org
Tue Feb 4 08:40:30 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b8dc54cf39b41252f31154079a834aa83e9892d8
https://github.com/llvm/llvm-project/commit/b8dc54cf39b41252f31154079a834aa83e9892d8
Author: Justin Hibbits <jrh29 at alumni.cwru.edu>
Date: 2020-02-04 (Tue, 04 Feb 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
Log Message:
-----------
PowerPC: Remove redundancy in ternary for predicate selection
rG2c4620ad57b8 inadvertently added redundancies in selection of GT and
LE predicates for SPE. Correct this.
Partially addresses PR 44768.
More information about the All-commits
mailing list