[PATCH] D122206: [IROutliner] Ensure that phi values that are passed in as arguments are remapped as arguments
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 25 09:38:09 PDT 2022
paquette accepted this revision.
paquette added a comment.
This revision is now accepted and ready to land.
LGTM with nit on a comment
================
Comment at: llvm/test/Transforms/IROutliner/exit-phi-nodes-incoming-value-constant-argument.ll:4
+
+; When a PHINodes uses a constant that is passed in as an argument, but is
+; we find the corresponding value in the first outlined region. This checks
----------------
This sentence doesn't make sense?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122206/new/
https://reviews.llvm.org/D122206
More information about the llvm-commits
mailing list