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

Daniil Kovalev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 1 02:25:56 PDT 2022


kovdan01 updated this revision to Diff 419680.
kovdan01 added a comment.
Herald added subscribers: kerbowa, arphaman, atanasyan, jrtc27, jvesely, nemanjai, sdardis.

Fix broken tests for targets not covered by the patch previously


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/Hexagon/mapped_intrinsics.ll
  llvm/test/CodeGen/Mips/address-selection.ll
  llvm/test/CodeGen/Mips/cconv/byval.ll
  llvm/test/CodeGen/Mips/cstmaterialization/isel-materialization.ll
  llvm/test/CodeGen/Mips/frameindex.ll
  llvm/test/CodeGen/Mips/llvm-ir/isel.ll
  llvm/test/CodeGen/PowerPC/add_cmp.ll
  llvm/test/CodeGen/PowerPC/fmf-propagation.ll
  llvm/test/CodeGen/PowerPC/pow.75.ll
  llvm/test/CodeGen/SystemZ/combine_loads_from_build_pair.ll
  llvm/test/CodeGen/SystemZ/isel-debug.ll
  llvm/test/CodeGen/VE/Vector/vp_srem.ll
  llvm/test/CodeGen/VE/Vector/vp_urem.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/amdgpu-isel-support.test
  llvm/test/tools/UpdateTestChecks/update_llc_test_checks/lanai-isel-support.test
  llvm/test/tools/UpdateTestChecks/update_llc_test_checks/x86-isel-support.test

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


More information about the llvm-commits mailing list