[PATCH] D130908: [SelectionDAG] Handle IntToPtr constants in dbg.value

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 10:17:57 PDT 2022


aprantl added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/inttoptr_debug_value.ll:1
+; RUN: llc -o - --print-after-isel %s 2>&1 | FileCheck %s
+
----------------
does this also work with `llc -O0`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130908



More information about the llvm-commits mailing list