[PATCH] D47816: [InstCombine] Stop sinking instructions across function call.
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 19 02:59:57 PDT 2018
lebedev.ri added a comment.
I'm seeing `what`, but not `why`.
What is the motivation behind this change?
What problem is it trying to solve?
================
Comment at: test/Transforms/InstCombine/sink_across_call.ll:1
+; RUN: opt -instcombine -S < %s | FileCheck %s
+
----------------
instcombine tests use `utils/update_test_checks.py`
https://reviews.llvm.org/D47816
More information about the llvm-commits
mailing list