[PATCH] D93015: Fold comparison of __builtin_object_size expression with -1 for non-const size

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 18 12:20:11 PST 2020


nikic added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/limit-max-iterations.ll:1
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
 ; RUN: opt < %s -instcombine --instcombine-max-iterations=0 -S | FileCheck %s --check-prefix=ZERO
----------------
Feel free to simply delete this test. It's pretty annoying due to the reliance on iteration behavior of specific folds. We don't really need test coverage for these debugging options.


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

https://reviews.llvm.org/D93015



More information about the llvm-commits mailing list