[PATCH] D137060: [IndVars] Forget the SCEV when the instruction has been sunk.

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 3 01:08:58 PDT 2022


nikic added inline comments.


================
Comment at: llvm/test/Transforms/IndVarSimplify/pr58662.ll:99
+  ret i8 %4
+}
----------------
Could you please reduce this test case further? Just running it through llvm-reduce already produces something smaller (https://gist.github.com/nikic/b315c6ab41ee4676c2a32953a077a3e9), and possibly further manual reduction is possible.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137060



More information about the llvm-commits mailing list