[PATCH] D47531: [ValueTracking] Fix endless recursion in isKnownNonZero()

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 30 06:55:36 PDT 2018


bjope added inline comments.


================
Comment at: test/Transforms/CorrelatedValuePropagation/pointer.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -correlated-propagation -S -mtriple=i686-- -o - %s | FileCheck %s
+
----------------
Remove the -mtriple if possible.
If the -mtriple is needed, then the test should to go into a target specific subdir with a lit.local.cfg.


Repository:
  rL LLVM

https://reviews.llvm.org/D47531





More information about the llvm-commits mailing list