[PATCH] D120714: [CodeGen] Use SDNode debug ID declaration in release builds

Daniil Kovalev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 10:07:14 PDT 2022


kovdan01 updated this revision to Diff 419195.
kovdan01 edited the summary of this revision.
kovdan01 added a comment.
Herald added subscribers: mstorsjo, pengfei, arichardson.

[CodeGen] Place SDNode debug ID declaration under appropriate #if


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

https://reviews.llvm.org/D120714

Files:
  llvm/include/llvm/CodeGen/SelectionDAG.h
  llvm/include/llvm/CodeGen/SelectionDAGNodes.h
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
  llvm/test/CodeGen/AArch64/pow.75.ll
  llvm/test/CodeGen/AArch64/split-vector-insert.ll
  llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll
  llvm/test/CodeGen/ARM/pow.75.ll
  llvm/test/CodeGen/X86/callbr-asm-bb-exports.ll
  llvm/test/CodeGen/X86/fmf-propagation.ll
  llvm/test/CodeGen/X86/merge-store-partially-alias-loads.ll
  llvm/test/CodeGen/X86/pow.75.ll
  llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/x86_isel.ll.expected
  llvm/utils/UpdateTestChecks/isel.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120714.419195.patch
Type: text/x-patch
Size: 50333 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220330/af52ee7d/attachment.bin>


More information about the llvm-commits mailing list