[all-commits] [llvm/llvm-project] 148365: [GC] Use `MapVector` for `GCStrategyMap` (#132729)

paperchalice via All-commits all-commits at lists.llvm.org
Wed May 14 02:51:40 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 14836597f5d86ab16f426bc256dbcf7b2af0af71
      https://github.com/llvm/llvm-project/commit/14836597f5d86ab16f426bc256dbcf7b2af0af71
  Author: paperchalice <liujunchang97 at outlook.com>
  Date:   2025-05-14 (Wed, 14 May 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/GCMetadata.h
    M llvm/include/llvm/IR/GCStrategy.h
    M llvm/lib/CodeGen/GCMetadata.cpp
    M llvm/lib/CodeGen/ShadowStackGCLowering.cpp
    M llvm/unittests/CodeGen/CMakeLists.txt
    A llvm/unittests/CodeGen/GCMetadata.cpp

  Log Message:
  -----------
  [GC] Use `MapVector` for `GCStrategyMap` (#132729)

Use `MapVector` so `GCStrategyMap` can support forward and reverse
iterator, which is required in `AsmPrinter`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list