[all-commits] [llvm/llvm-project] 9e5bfb: [EquivalenceClasses] Update member_begin to take E...

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Apr 1 01:29:27 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9e5bfbf77db0945f59c0d18012a8e6d43c711b3a
      https://github.com/llvm/llvm-project/commit/9e5bfbf77db0945f59c0d18012a8e6d43c711b3a
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2025-04-01 (Tue, 01 Apr 2025)

  Changed paths:
    M clang/lib/Analysis/FlowSensitive/SimplifyConstraints.cpp
    M llvm/include/llvm/ADT/EquivalenceClasses.h
    M llvm/lib/Analysis/VectorUtils.cpp
    M llvm/lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUSplitModule.cpp
    M llvm/lib/Transforms/IPO/LowerTypeTests.cpp
    M llvm/lib/Transforms/Scalar/Float2Int.cpp
    M llvm/lib/Transforms/Scalar/LoopDistribute.cpp
    M llvm/lib/Transforms/Utils/SplitModule.cpp
    M llvm/utils/TableGen/GlobalISelCombinerEmitter.cpp

  Log Message:
  -----------
  [EquivalenceClasses] Update member_begin to take ECValue (NFC).

Remove a level of indirection and update code to use range-based for
loops.



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