[PATCH] D113079: [InstCombine] Take arguments into consideration when simplify range check

guopeilin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 4 18:49:49 PDT 2021


guopeilin added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/range-check.ll:1
-; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt < %s -instcombine -S | FileCheck %s
----------------
lebedev.ri wrote:
> Why was this deleted?
all the variable optimized in the functions within this file are derived from arguments, so the IR won't get changed after this patch.


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

https://reviews.llvm.org/D113079



More information about the llvm-commits mailing list