Hi Tim,

  I removed all newly added xxx_LNQ enums.

  Thanks,
  -Jiangning


================
Comment at: utils/TableGen/NeonEmitter.cpp:1571-1572
@@ -1503,3 +1570,4 @@
     break;
   case OpMulLane:
+  case OpMulLaneQ:
     s += "__a * " + SplatLane(nElts, "__b", "__c") + ";";
----------------
Tim Northover wrote:
> 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?
Yeah! Kevin also mentioned this problem to me. I uploaded a new version and 
removed all newly added xxx_LNQ enums.


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