[InstSimplify] add nsw/nuw (xor X, signbit), signbit --> X
The change to InstCombine in: https://reviews.llvm.org/D29729 ...exposes this missing fold in InstSimplify, so adding this first to avoid a regression. llvm-svn: 295573
Loading
Please sign in to comment