Improve llvm.dbg.declare intrinsic by referring directly to the storage in its...
Improve llvm.dbg.declare intrinsic by referring directly to the storage in its first argument, via function-local metadata (instead of via a bitcast). This patch also cleans up code that expects there to be a bitcast in the first argument and testcases that call llvm.dbg.declare. llvm-svn: 93504
Loading
Please register or sign in to comment