[PATCH] D18900: New pre-isel pass SystemZBRCTLoops
Ulrich Weigand via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 8 10:23:54 PDT 2016
uweigand added a comment.
Can you explain why we need this new intrinsic (int_s390_hwloop_count)? I can understand why the PowerPC code needs intrinsics, since it has to access the special CTR register. But on SystemZ we don't have any special registers for BRCT, so why the intrinsic?
http://reviews.llvm.org/D18900
More information about the llvm-commits
mailing list