[all-commits] [llvm/llvm-project] 0f00a9: [VPlan] Simplify branch on False in VPlan transfor...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat May 31 15:09:31 PDT 2025
Branch: refs/heads/users/MaskRay/spr/introduce-mcasminfousessettoequatesymbol-and-prefer-to-set
Home: https://github.com/llvm/llvm-project
Commit: 0f00a96fede09ceb7a764c95243a2cf673d0c466
https://github.com/llvm/llvm-project/commit/0f00a96fede09ceb7a764c95243a2cf673d0c466
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-05-31 (Sat, 31 May 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanValue.h
Log Message:
-----------
[VPlan] Simplify branch on False in VPlan transform (NFC). (#140409)
Simplify branch on false, starting with the branch from the middle block
to the scalar preheader. Initially this helps simplifying the initial
VPlan construction.
Depends on https://github.com/llvm/llvm-project/pull/140405.
PR: https://github.com/llvm/llvm-project/pull/140409
Commit: c7b421deac59948690910dd3e1bb16ef590846a3
https://github.com/llvm/llvm-project/commit/c7b421deac59948690910dd3e1bb16ef590846a3
Author: Snehasish Kumar <snehasishk at google.com>
Date: 2025-05-31 (Sat, 31 May 2025)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
A llvm/test/Transforms/PGOProfile/memprof_annotate_indirect_call.test
Log Message:
-----------
[MemProf] Attach value profile metadata to the IR using CalleeGuids. (#141164)
Use the newly introduced CalleeGuids in CallSiteInfo to annotate the IR
where necessary with value profile metadata. Use a synthetic count of 1
since we don't have actual counts in the profile collection.
Commit: 061ef3c6e22722c31986182e14a5b9c0a117c661
https://github.com/llvm/llvm-project/commit/061ef3c6e22722c31986182e14a5b9c0a117c661
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2025-05-31 (Sat, 31 May 2025)
Changed paths:
M libcxxabi/test/itanium_demangle_matches_llvm.sh.test
Log Message:
-----------
[libcxxabi][test] Check that all copied files are synced between llvm and libcxxabi (#142262)
This patch expands the list of files we check to all the ones that are
copied via `cp-to-llvm.sh`.
Commit: c0bf51e3ad8e3785a4e44686dc17217c645fa8b4
https://github.com/llvm/llvm-project/commit/c0bf51e3ad8e3785a4e44686dc17217c645fa8b4
Author: Kazu Hirata <kazu at google.com>
Date: 2025-05-31 (Sat, 31 May 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
[Vectorize] Fix a warning
This patch fixes:
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp:1865:17: error:
unused variable 'Preds' [-Werror,-Wunused-variable]
Commit: 51691d05bc21a27beb1d18e07f85ee04511d4467
https://github.com/llvm/llvm-project/commit/51691d05bc21a27beb1d18e07f85ee04511d4467
Author: Fangrui Song <i at maskray.me>
Date: 2025-05-31 (Sat, 31 May 2025)
Changed paths:
M clang/test/CodeGen/alias.c
M libcxxabi/test/itanium_demangle_matches_llvm.sh.test
M llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanValue.h
M llvm/test/DebugInfo/X86/dbg-value-range.ll
M llvm/test/DebugInfo/X86/stmt-list-multiple-compile-units.ll
A llvm/test/Transforms/PGOProfile/memprof_annotate_indirect_call.test
Log Message:
-----------
fix tests
Created using spr 1.3.5-bogner
Compare: https://github.com/llvm/llvm-project/compare/3497280db45c...51691d05bc21
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