[PATCH] D158185: [DebugInfo] Process single-location debug values in variadic form when producing DWARF

Felipe de Azevedo Piovezan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 20 05:39:16 PDT 2023


fdeazeve added a comment.

> Are you able to post the test source or an unoptimized reproducer?

Working on it!

> for the cases other than `isEntryValue` I don't think this is an issue because iirc they're only being used in cases where we only care about non-variadic debug values anyway.

The verifier does call "isEntryValue" in order to perform some checks. I'll probably change it so that it also checks the expression is not variadic.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158185



More information about the llvm-commits mailing list