[PATCH] D64285: [InstCombine] Fold select (icmp sgt x, -1), lshr (X, Y), ashr (X, Y) to ashr (X, Y))

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 12 14:04:45 PDT 2019


craig.topper added a comment.

In D64285#1583589 <https://reviews.llvm.org/D64285#1583589>, @xbolva00 wrote:

> if (Bitwidth == 0) {
>
>     IC->dump();
>   }
>   
>
> %cmp.i = icmp ne %struct.LIST_HELP* %List.addr.0, null


Yep, its a pointer. Just disable the transform if !CmpRHs->getType()->isIntOrIntVectorTy()


Repository:
  rL LLVM

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

https://reviews.llvm.org/D64285





More information about the llvm-commits mailing list