[PATCH] D39177: [CodeGen] Generate TBAA info for reference loads
    Ivan Kosarev via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Oct 27 11:03:10 PDT 2017
    
    
  
kosarev added inline comments.
================
Comment at: lib/CodeGen/CGOpenMPRuntime.cpp:1041
+    else
+      BaseLV = CGF.EmitLoadOfReferenceLValue(BaseLV);
     BaseTy = BaseTy->getPointeeType();
----------------
Oh-oh, it looks I do something not functionally equivalent here. Sorry, will update in a moment.
https://reviews.llvm.org/D39177
    
    
More information about the cfe-commits
mailing list