[PATCH] D62604: [CodeGen] Generic Hardware Loop Support
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 29 09:08:22 PDT 2019
lebedev.ri added a comment.
Where in the pipeline is this supposed to run?
How will this interact with all the usual loop transforms?
================
Comment at: lib/CodeGen/HardwareLoops.cpp:1
+#include "llvm/Pass.h"
+#include "llvm/PassRegistry.h"
----------------
Missing header blurb
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62604/new/
https://reviews.llvm.org/D62604
More information about the llvm-commits
mailing list