[PATCH] D71209: InstCombine: Don't rewrite phi-of-bitcast when the phi has other users

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 9 07:29:02 PST 2019


lebedev.ri added a comment.

I agree that we shouldn't be increasing instruction count, especially PHI count.



================
Comment at: llvm/test/Transforms/InstCombine/pr44242.ll:1
+; RUN: opt -S -instcombine < %s | FileCheck %s
+
----------------
Please autogenerate and precommit tests.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71209/new/

https://reviews.llvm.org/D71209





More information about the llvm-commits mailing list