[PATCH] D32417: [APInt] Simplify the zext and sext methods
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 24 03:18:25 PDT 2017
RKSimon added a comment.
APInt.cpp is very inconsistent with where it uses std::mem* and where it doesn't bother with std:: - is your plan to move over entirely to std::mem* ?
https://reviews.llvm.org/D32417
More information about the llvm-commits
mailing list