[PATCH] D92471: [CSInfo] Do not create CSInfo for undef arguments

Nikola Tesic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 3 04:31:36 PST 2020


ntesic updated this revision to Diff 309226.
ntesic retitled this revision from "[CSInfo][ISEL] Do not create CSInfo for undef arguments" to "[CSInfo] Do not create CSInfo for undef arguments".
ntesic edited the summary of this revision.
ntesic added a comment.

- Move implementation to DwarfDebug
- Update tests to check DWARF


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

https://reviews.llvm.org/D92471

Files:
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/test/DebugInfo/AArch64/dbg-call-site-undef-params.ll
  llvm/test/DebugInfo/ARM/dbg-call-site-undef-params.ll
  llvm/test/DebugInfo/Mips/dbg-call-site-undef-params_32bit.ll
  llvm/test/DebugInfo/Mips/dbg-call-site-undef-params_64bit.ll
  llvm/test/DebugInfo/X86/dbg-call-site-undef-params.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92471.309226.patch
Type: text/x-patch
Size: 20479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201203/6c8fc59a/attachment.bin>


More information about the llvm-commits mailing list