Hi Jiangning,

  Mostly looks reasonable. I've just got one question.


================
Comment at: utils/TableGen/NeonEmitter.cpp:1571-1572
@@ -1503,3 +1570,4 @@
     break;
   case OpMulLane:
+  case OpMulLaneQ:
     s += "__a * " + SplatLane(nElts, "__b", "__c") + ";";
----------------
Why are these distinct? As far as I can see they are treated in exactly the 
same way by TableGen. Or am I missing something not shown by a simple grep; 
some endsWith('Q') weirdness or something?


http://llvm-reviews.chandlerc.com/D1752
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to