[all-commits] [llvm/llvm-project] a51c61: Run update_llc_test_checks against SPE tests.
Justin Hibbits via All-commits
all-commits at lists.llvm.org
Thu Jan 2 17:32:09 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a51c61ea332f89dfbb9f3b3498c37b2efc99e13b
https://github.com/llvm/llvm-project/commit/a51c61ea332f89dfbb9f3b3498c37b2efc99e13b
Author: Justin Hibbits <chmeeedalf at gmail.com>
Date: 2020-01-02 (Thu, 02 Jan 2020)
Changed paths:
M llvm/test/CodeGen/PowerPC/spe.ll
Log Message:
-----------
Run update_llc_test_checks against SPE tests.
This is in preparation for further tests which are better generated with
the script. No functional change.
Commit: 2c4620ad57b888be7aa571bdde1126ce49878f26
https://github.com/llvm/llvm-project/commit/2c4620ad57b888be7aa571bdde1126ce49878f26
Author: Justin Hibbits <chmeeedalf at gmail.com>
Date: 2020-01-02 (Thu, 02 Jan 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
M llvm/test/CodeGen/PowerPC/spe.ll
Log Message:
-----------
[PowerPC]: Fix predicate handling with SPE
SPE floating-point compare instructions only update the GT bit in the CR
field. All predicates must therefore be reduced to GT/LE.
Compare: https://github.com/llvm/llvm-project/compare/9dc9e0ea64f5...2c4620ad57b8
More information about the All-commits
mailing list