dgoldman accepted this revision.
dgoldman added a comment.

Thanks! Just to confirm, the non-simplified example is also fixed, right?

  struct a {
    int xxx;
  };
  
  int g_107;
  int g_108;
  int g_109;
  
  struct a g_999;
  
  void b() { (g_910.xxx = g_910.xxx1); }


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105533/new/

https://reviews.llvm.org/D105533

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to