[PATCH] D29011: [IR] Add Freeze instruction
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 30 00:19:22 PST 2017
aqjune marked 4 inline comments as done.
aqjune added inline comments.
================
Comment at: include/llvm/IR/IRBuilder.h:1715
/// the size of the pointed-to objects.
///
/// This is intended to implement C-style pointer subtraction. As such, the
----------------
Oh, sorry, the patch was https://reviews.llvm.org/D29015 , not https://reviews.llvm.org/D29016.
I moved the CreateFreezeAtDef to https://reviews.llvm.org/D29015.
https://reviews.llvm.org/D29011
More information about the llvm-commits
mailing list