[PATCH] D28694: Hexagon-specific loop idiom recognition
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 14 15:27:11 PST 2017
kparzysz added inline comments.
================
Comment at: include/llvm/Transforms/IPO/PassManagerBuilder.h:119
+ Triple TargetTriple;
+
----------------
mehdi_amini wrote:
> Does not seems something we want in the PMBuilder.
I plan to go forward with Eli's suggestion. This was put here just to get this to compile and pass tests.
Repository:
rL LLVM
https://reviews.llvm.org/D28694
More information about the llvm-commits
mailing list