[llvm] [IR] Add initial support for the byte type (PR #178666)

Pedro Lobo via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 14 09:34:30 PST 2026


================
@@ -637,6 +637,11 @@ class DataLayout {
   /// This is always at least as good as the ABI alignment.
   LLVM_ABI Align getPrefTypeAlign(Type *Ty) const;
 
+  /// Returns a byte type with size at least as big as that of a
----------------
pedroclobo wrote:

Yes, it should read "with the same size of".

https://github.com/llvm/llvm-project/pull/178666


More information about the llvm-commits mailing list