[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:50:16 PST 2016


arsenm added inline comments.


================
Comment at: lib/Target/AMDGPU/SIISelLowering.cpp:37-39
+#include "llvm/Support/Debug.h"
+
+#define DEBUG_TYPE "amdgpu-isel"
----------------
I think these will break -debug-only=isel so this should also be removed


https://reviews.llvm.org/D27283





More information about the llvm-commits mailing list