[PATCH] D27283: Fix invalid addrspacecast due to combining alloca with global var

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 8 11:49:36 PST 2016


arsenm added inline comments.


================
Comment at: lib/Target/AMDGPU/SIISelLowering.cpp:2141-2142
   // global <-> flat are no-ops and never emitted.
+  DEBUG(dbgs() << "Invalid addrspacecast:\n";
+        ASC->dump());
 
----------------
This should be removed


https://reviews.llvm.org/D27283





More information about the llvm-commits mailing list