[PATCH] D29013: Add InstCombine/InstructionSimplify support for Freeze Instruction

Filipe Cabecinhas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 19 22:27:32 PDT 2017


filcab added a comment.

LGTM



================
Comment at: include/llvm/Analysis/InstructionSimplify.h:294
 
+  /// SimplifyFreezeInst - Given an operand for a Freeze, see if we can
+  /// fold the result.  If not, this returns null.
----------------
No need for the name in the comment.


https://reviews.llvm.org/D29013





More information about the llvm-commits mailing list