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

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 3 00:28:58 PDT 2021


lebedev.ri requested changes to this revision.
lebedev.ri added a comment.
This revision now requires changes to proceed.

Patch missing description.
I do not understand what this does, but i really strongly suspect you are trying to hide an UB in the original IR.



================
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
----------------
Why was this deleted?


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

https://reviews.llvm.org/D113079



More information about the llvm-commits mailing list