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

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 5 11:19:39 PDT 2018


lebedev.ri added inline comments.


================
Comment at: test/Transforms/InstCombine/freeze.ll:1
+; RUN: opt < %s -instcombine -S | FileCheck --match-full-lines %s
+
----------------
Please consider using `utils/update_test_checks.py`


https://reviews.llvm.org/D29013





More information about the llvm-commits mailing list