[llvm] [AArch64][LoopIdiom] Generalize AArch64LoopIdiomTransform into LoopIdiomVectorize (PR #94081)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 5 16:58:12 PDT 2024
================
@@ -107,74 +104,17 @@ class AArch64LoopIdiomTransform {
BasicBlock *EndBB);
/// @}
};
+} // anonymous namespace
-class AArch64LoopIdiomTransformLegacyPass : public LoopPass {
----------------
mshockwave wrote:
Just want to note that the legacy Pass was not used anywhere. I think we simply forgot to remove it.
https://github.com/llvm/llvm-project/pull/94081
More information about the llvm-commits
mailing list