[PATCH] D107219: [LICM] Support sinking in LNICM

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 31 04:12:59 PDT 2021


xbolva00 added inline comments.


================
Comment at: llvm/test/Transforms/LICM/lnicm-sink.ll:11
+;   for (int i = 0; i < 10; i++) {
+;     for (int j = 0; j < 10; j++) {
+;       t = sin(x);
----------------
j not used? It would be better to use more “realistic” example.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107219



More information about the llvm-commits mailing list