[PATCH] D22161: SystemZ: Avoid implicit iterator conversions, NFC

Ulrich Weigand via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 09:05:33 PDT 2016


uweigand accepted this revision.
uweigand added a comment.
This revision is now accepted and ready to land.

I'll defer to your expertise on that.  Patch looks good to me.

I guess I'm not fully familiar with some of the C++ language details here.  Would you mind explaining in more detail what the problem is specifically, and what we should be doing to avoid this issue in the future?  Using something like "&*I" in the LDCleanup file wouldn't have naturally occurred to me ... :-)


http://reviews.llvm.org/D22161





More information about the llvm-commits mailing list