[all-commits] [llvm/llvm-project] 83a798: [CodeGen] Place SDNode debug ID declaration under ...

Daniil Kovalev via All-commits all-commits at lists.llvm.org
Wed Apr 6 04:17:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 83a798d4b0e17ac41d5430f1290d3661343eee1e
      https://github.com/llvm/llvm-project/commit/83a798d4b0e17ac41d5430f1290d3661343eee1e
  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:
  -----------
  [CodeGen] Place SDNode debug ID declaration under appropriate #if

Place PersistentId declaration under #if LLVM_ENABLE_ABI_BREAKING_CHECKS to
reduce memory usage when it is not needed.

Differential Revision: https://reviews.llvm.org/D120714




More information about the All-commits mailing list