[PATCH] D91722: [DebugInfo] Use variadic debug values to salvage BinOps and GEP instrs with non-const operands

Nathan Chancellor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 30 20:43:31 PDT 2021


nathanchance added a comment.

b11e4c990771541e440861f017afea7b4ba162f4 <https://reviews.llvm.org/rGb11e4c990771541e440861f017afea7b4ba162f4> only reverted D101373 <https://reviews.llvm.org/D101373>, which was a follow-up fix to this one. I reverted this patch in 4397b7095d640f9b9426c4d0135e999c5a1de1c5 <https://reviews.llvm.org/rG4397b7095d640f9b9426c4d0135e999c5a1de1c5>.

So this patch should be recommitted with D101373 <https://reviews.llvm.org/D101373>, D101523 <https://reviews.llvm.org/D101523>, and D101540 <https://reviews.llvm.org/D101540> squashed in it seems. I am free to test a new revision against the kernel on Monday.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91722



More information about the llvm-commits mailing list