[all-commits] [llvm/llvm-project] 62a983: Revert "[CodeGen] Place SDNode debug ID declaratio...
Daniil Kovalev via All-commits
all-commits at lists.llvm.org
Wed Apr 6 10:33:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62a983ebc570e8ffa3ded6c3d2c95dcbb82badd8
https://github.com/llvm/llvm-project/commit/62a983ebc570e8ffa3ded6c3d2c95dcbb82badd8
Author: Daniil Kovalev <daniil at kovalev.website>
Date: 2022-04-06 (Wed, 06 Apr 2022)
Changed paths:
M llvm/cmake/modules/HandleLLVMOptions.cmake
M llvm/include/llvm/CodeGen/SelectionDAG.h
M llvm/include/llvm/CodeGen/SelectionDAGNodes.h
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
M llvm/test/CodeGen/AArch64/pow.75.ll
M llvm/test/CodeGen/AArch64/split-vector-insert.ll
M llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll
M llvm/test/CodeGen/ARM/pow.75.ll
M llvm/test/CodeGen/Hexagon/mapped_intrinsics.ll
M llvm/test/CodeGen/Mips/address-selection.ll
M llvm/test/CodeGen/Mips/cconv/byval.ll
M llvm/test/CodeGen/Mips/cstmaterialization/isel-materialization.ll
M llvm/test/CodeGen/Mips/frameindex.ll
M llvm/test/CodeGen/Mips/llvm-ir/isel.ll
M llvm/test/CodeGen/PowerPC/add_cmp.ll
M llvm/test/CodeGen/PowerPC/fmf-propagation.ll
M llvm/test/CodeGen/PowerPC/pow.75.ll
M llvm/test/CodeGen/SystemZ/combine_loads_from_build_pair.ll
M llvm/test/CodeGen/SystemZ/isel-debug.ll
M llvm/test/CodeGen/VE/Vector/vp_srem.ll
M llvm/test/CodeGen/VE/Vector/vp_urem.ll
M llvm/test/CodeGen/X86/callbr-asm-bb-exports.ll
M llvm/test/CodeGen/X86/fmf-propagation.ll
M llvm/test/CodeGen/X86/merge-store-partially-alias-loads.ll
M llvm/test/CodeGen/X86/pow.75.ll
M llvm/test/lit.cfg.py
M llvm/test/lit.site.cfg.py.in
M llvm/test/tools/UpdateTestChecks/update_llc_test_checks/amdgpu-isel-support.test
M llvm/test/tools/UpdateTestChecks/update_llc_test_checks/lanai-isel-support.test
M llvm/test/tools/UpdateTestChecks/update_llc_test_checks/x86-isel-support.test
Log Message:
-----------
Revert "[CodeGen] Place SDNode debug ID declaration under appropriate #if"
This reverts commit 83a798d4b0e17ac41d5430f1290d3661343eee1e.
As discussed in D120714 with @thakis, the patch added unneeded complexity
without noticeable benefits.
More information about the All-commits
mailing list