[PATCH] D67263: [DwarfExpression] Disallow some rewrites to avoid undefined behavior

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 14:14:37 PDT 2019


aprantl added inline comments.


================
Comment at: llvm/trunk/test/DebugInfo/X86/dw_op_constu.mir:285
+# CHECK-NEXT:         .byte   16                      # DW_OP_constu
+# CHECK-NEXT:         .byte   254                     # 18446744073709551614
+# CHECK-NEXT:         .byte   255                     #
----------------
We should fix the comment printer to emit very large constants as hex...


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67263





More information about the llvm-commits mailing list