================
@@ -166,12 +166,18 @@ static inline AlignmentSource 
getFieldAlignmentSource(AlignmentSource Source) {
 class LValueBaseInfo {
   AlignmentSource AlignSource;
 
+  // Whether loads from the base object's storage are invariant.
+  bool IsInvariant : 1;
----------------
arsenm wrote:

This shouldn't be in this patch. Why is this different from how isKnownNonNull 
is handled?

https://github.com/llvm/llvm-project/pull/218356
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to