[llvm] [DWARF] Emit 0/1 for constant boolean values (PR #151225)
Michael Buch via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 19 07:19:39 PDT 2025
================
@@ -0,0 +1,51 @@
+; RUN: llc < %s -asm-verbose -mattr=+ptx76 -O0| FileCheck %s
----------------
Michael137 wrote:
This isn't specific to NVPTX right? If so, can we get LLVM to generate this for a non-NVPTX target and move it into the generic `llvm/test/DebugInfo` directory?
https://github.com/llvm/llvm-project/pull/151225
More information about the llvm-commits
mailing list