[PATCH] D110620: [SCEV] Infer ranges for SCC consisting of cycled Phis

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 5 04:37:42 PST 2022


xbolva00 added inline comments.


================
Comment at: llvm/test/Analysis/ScalarEvolution/cycled_phis.ll:33
 
 ; FIXME: Both inner and outer loop Phis should have the same range [0, 3000).
 define void @test_02(i32* %p, i32* %q) {
----------------
Remove fixme


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110620



More information about the llvm-commits mailing list