[PATCH] [LoopAccesses] Change debug messages from LV to LAA
hfinkel at anl.gov
hfinkel at anl.gov
Mon Feb 16 16:51:32 PST 2015
================
Comment at: lib/Analysis/LoopAccessAnalysis.cpp:34
@@ -33,3 +33,3 @@
DL = I->getDebugLoc();
- emitOptimizationRemarkAnalysis(TheFunction->getContext(), DEBUG_TYPE,
+ emitOptimizationRemarkAnalysis(TheFunction->getContext(), "loop-vectorize",
*TheFunction, DL, Message.str());
----------------
Shouldn't this be a function parameter, so you get the right remarks based on the calling transformation?
http://reviews.llvm.org/D7686
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list