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

Daniil Kovalev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 31 23:47:38 PDT 2022


kovdan01 updated this revision to Diff 419640.
kovdan01 retitled this revision from "[CodeGen] Use SDNode debug ID declaration in release builds" to "[CodeGen] Place SDNode debug ID declaration under appropriate #if".
kovdan01 edited the summary of this revision.
Herald added a subscriber: mgorny.

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

https://reviews.llvm.org/D120714

Files:
  llvm/cmake/modules/HandleLLVMOptions.cmake
  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/lit.cfg.py
  llvm/test/lit.site.cfg.py.in
  llvm/test/tools/UpdateTestChecks/update_llc_test_checks/x86-isel-support.test

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


More information about the llvm-commits mailing list