[PATCH] [PATCH] Support select-cc for VSFRC when VSX is enabled

hfinkel at anl.gov hfinkel at anl.gov
Wed Oct 22 09:50:27 PDT 2014


I'd prefer (as noted below) that we not repeat the AddedComplexity magic number if not necessary (feel free to re-arrange things to make this possible if necessary).

Otherwise, LGTM.

================
Comment at: lib/Target/PowerPC/PPCInstrVSX.td:737
@@ +736,3 @@
+
+let AddedComplexity=400 in {
+
----------------
Instead of repeating this here, can't you just extend the AddedComplexity block above to cover these definitions as well? It ends just above here on line 720.

http://reviews.llvm.org/D5912






More information about the llvm-commits mailing list