[all-commits] [llvm/llvm-project] 123dca: [Utils] Consolidate `LockstepReverseIterator` into...
Antonio Frighetto via All-commits
all-commits at lists.llvm.org
Fri Feb 21 12:21:56 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 123dca9b56e1359d8ec7771ea3bd0afd4b1ea6af
https://github.com/llvm/llvm-project/commit/123dca9b56e1359d8ec7771ea3bd0afd4b1ea6af
Author: Antonio Frighetto <me at antoniofrighetto.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
A llvm/include/llvm/Transforms/Utils/LockstepReverseIterator.h
M llvm/lib/Transforms/Scalar/GVNSink.cpp
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
Log Message:
-----------
[Utils] Consolidate `LockstepReverseIterator` into own header (NFC) (#116657)
Common code has been unified and generalized. Not sure if it may be
worth to generalize this further, since it looks closely tied to Blocks
(might make sense to rename it in `LockstepReverseInstructionIterator`).
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