[PATCH] D71678: [ConstantHoisting] Ignore unreachable bb:s when collecting candidates

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 19 05:56:19 PST 2019


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


================
Comment at: llvm/test/Transforms/ConstantHoisting/X86/pr43903-not-all-uses-rebased.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt < %s -consthoist -consthoist-gep=1 -S | FileCheck %s
+
----------------
spatel wrote:
> Should this RUN line specify the x86 triple explicitly, or it doesn't matter? (not sure what will happen on bots that are non-x86)
Ah thanks! I've missed to add the triple here. I'll fix that when landing this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71678





More information about the llvm-commits mailing list