[PATCH] D134428: [DebugInfo][InferAddressSpaces] Propagate DebugLoc when cloning an instruction in InferAddressSpaces

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 27 07:30:00 PDT 2022


arsenm added inline comments.


================
Comment at: llvm/test/Transforms/InferAddressSpaces/AMDGPU/debug-info.ll:42
+}
+
+declare i32 @llvm.objectsize.i32.p0i8(i8*, i1 immarg, i1 immarg, i1 immarg) #1
----------------
Can you add another test for cases handled by rewriteIntrinsicWithAddressSpace? In particular ptrmask and is_shared could be interesting


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134428/new/

https://reviews.llvm.org/D134428



More information about the llvm-commits mailing list