[PATCH] D128364: [InstCombine] Look through more casts when folding memchr and memcmp

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 29 06:42:15 PDT 2022


fhahn added a comment.

In D128364#3618130 <https://reviews.llvm.org/D128364#3618130>, @fhahn wrote:

> It looks like `Transforms/InstCombine/str-int-3.ll` is failing on Darwin systems. The Darwin bots are currently down unfortunately though (https://green.lab.llvm.org/green/)

GreenDragon is back up, please see https://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/29787/testReport/LLVM/Transforms_InstCombine/str_int_3_ll/ for more details about the failing test. Please revert the patch if the fix requires more time.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128364



More information about the llvm-commits mailing list