[PATCH] D11081: SelectionDAG: Support Expand of f16 extloads

Ahmed Bougacha via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 8 17:04:25 PDT 2015


ab added a comment.

LGTM, with some documentation for EVT::changeTypeToInteger.

Thanks!


================
Comment at: include/llvm/CodeGen/ValueTypes.h:92
@@ -91,1 +91,3 @@
 
+    EVT changeTypeToInteger() {
+      if (isVector())
----------------
A short comment would be appreciated!


http://reviews.llvm.org/D11081





More information about the llvm-commits mailing list