[PATCH] D130908: [SelectionDAG] Handle IntToPtr constants in dbg.value
Felipe de Azevedo Piovezan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 1 13:06:33 PDT 2022
fdeazeve 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
+
----------------
aprantl wrote:
> does this also work with `llc -O0`
With O0, we default to global isel, and we have fixed the bug there.
I couldn't find a way to force selection dag with O0, there doesn't seem to be any llc flags for that.
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