[PATCH] D13150: Ignore dbg intrinsics in loop-reroll
Weiming Zhao via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 25 17:13:09 PDT 2015
weimingz added inline comments.
================
Comment at: lib/Transforms/Scalar/LoopRerollPass.cpp:1007
@@ +1006,3 @@
+ case Intrinsic::ptr_annotation:
+ case Intrinsic::var_annotation:
+ // TODO: the following intrinsics may also be whitelisted:
----------------
I added those annotations into white list. I'm not very sure about the rest. I will try to see if I can get some test case
http://reviews.llvm.org/D13150
More information about the llvm-commits
mailing list