[PATCH] D23384: Use a byte array as an internal buffer of BitVector.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 17:23:45 PDT 2016


ruiu added inline comments.

================
Comment at: include/llvm/ADT/BitVector.h:486
@@ -531,1 +485,3 @@
+      Word, support::little, false>;
+    return *(WordLE *)&W;
   }
----------------
I think it is, but we are doing this at so many places to read and convert values in different endianness.


https://reviews.llvm.org/D23384





More information about the llvm-commits mailing list