[PATCH] D88365: Port ConstraintElimination to the new pass manager
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 26 14:53:38 PDT 2020
aeubanks accepted this revision.
aeubanks added a comment.
This revision is now accepted and ready to land.
thanks!
================
Comment at: llvm/include/llvm/Transforms/Scalar/ConstraintElimination.h:16
+
+class Function;
+
----------------
this shouldn't be needed
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88365/new/
https://reviews.llvm.org/D88365
More information about the llvm-commits
mailing list