You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Continue fixing translation of debug info for mem2reged vars (#3119)
It's a follow up to 367ede2 with the following additions:
1. don't create unnecessary temporary alloca, instead create nullptr
const - this helps tooling later on as it won't deal with poison;
2. partially revert a change in reverse translation resetting debug
location for debug declarations - we should always try to get
location information from DebugScope, and fall back to LocalVar only if
DebugScope doesn't provide such information.
Signed-off-by: Sidorov, Dmitry <dmitry.sidorov@intel.com>
---------
Signed-off-by: Sidorov, Dmitry <dmitry.sidorov@intel.com>
Original commit:
KhronosGroup/SPIRV-LLVM-Translator@610059c3e287d71
0 commit comments