[PATCH] D27294: Factor out common parts of LVI and Float2Int into ConstantRange [NFCI]
James Molloy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 1 10:36:56 PST 2016
jmolloy accepted this revision.
jmolloy added a comment.
This revision is now accepted and ready to land.
LGTM!
================
Comment at: include/llvm/IR/ConstantRange.h:243
+ ConstantRange castOp(Instruction::CastOps CastOp,
+ uint32_t BitWidth) const;
+
----------------
Indentation malfunction.
https://reviews.llvm.org/D27294
More information about the llvm-commits
mailing list