[PATCH] D47816: [InstCombine] Stop sinking instructions across function call.

Renlin Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 19 04:37:23 PDT 2018


renlin marked an inline comment as done.
renlin added inline comments.


================
Comment at: test/Transforms/InstCombine/sink_across_call.ll:1
+; RUN: opt -instcombine -S < %s | FileCheck %s
+
----------------
lebedev.ri wrote:
> instcombine tests use `utils/update_test_checks.py`
thanks, updated


https://reviews.llvm.org/D47816





More information about the llvm-commits mailing list