Files
archived-llvm-mirror/test/CodeGen/PowerPC
Kang Zhang 3660ff9daf [PowerPC] Implement the isSelectSupported() target hook
Summary:
PowerPC has scalar selects (isel) and vector mask selects (xxsel). But PowerPC
does not have vector CR selects, PowerPC does not support scalar condition 
selects on vectors.
In addition to implementing this hook, isSelectSupported() should return false
when the SelectSupportKind is ScalarCondVectorVal, so that predictable selects
are converted into branch sequences.

Reviewed By: steven.zhang,  hfinkel

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

llvm-svn: 349727
2018-12-20 06:19:59 +00:00
..
2018-09-07 07:56:05 +00:00
2017-10-10 08:46:10 +00:00
2018-12-19 15:21:07 +00:00
2017-01-22 20:28:56 +00:00