[PATCH] D132194: Fix UB in DIExpression::appendOffset()

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 18 21:06:07 PDT 2022


JDevlieghere added inline comments.


================
Comment at: llvm/test/DebugInfo/salvage-overflow.ll:3
+; CHECK: DIExpression(DW_OP_constu, 9223372036854775808, DW_OP_minus, DW_OP_stack_value)
+; Created from the following C input (and the delta-reduced the IR):
+;
----------------



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

https://reviews.llvm.org/D132194



More information about the llvm-commits mailing list