https://github.com/JuliaLang/julia
Raw File
Tip revision: e61b0e6e82043e8f6576c32b9f5e69a08dc991fb authored by Fredrik Ekre on 26 October 2020, 18:12:09 UTC
Revert "allow slurping in lhs of assignment (#37410)"
Tip revision: e61b0e6
llvm-D84031.patch
--- a/lib/CodeGen/CodeGenPrepare.cpp
+++ b/lib/CodeGen/CodeGenPrepare.cpp
@@ -540,6 +540,7 @@
     LargeOffsetGEPID.clear();
   }
 
+  NewGEPBases.clear();
   SunkAddrs.clear();
 
   if (!DisableBranchOpts) {
back to top