[PATCH] D110057: [LoopFlatten] Move it to a LoopPassManager

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 20 09:04:40 PDT 2021


aeubanks added a comment.

the test changes seem to indicate that this is on top of D109958 <https://reviews.llvm.org/D109958>. can we land this one first?



================
Comment at: llvm/test/CodeGen/AMDGPU/opt-pipeline.ll:163
 ; GCN-O1-NEXT:       Scalar Evolution Analysis
+; GCN-O1-NEXT:       Flattens loops
+; GCN-O1-NEXT:       Memory SSA
----------------
this is a legacy PM test, it shouldn't be getting updated?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110057/new/

https://reviews.llvm.org/D110057



More information about the llvm-commits mailing list