"...test/clang-tidy/checkers/bugprone-inaccurate-erase.cpp" did not exist on "d4ac4afda75c9ef174e85eea7f40a6ae6cc50ab4"
InstCombine: Squash an icmp+select into bitwise arithmetic
(X & INT_MIN) == 0 ? X ^ INT_MIN : X into X | INT_MIN (X & INT_MIN) != 0 ? X ^ INT_MIN : X into X & INT_MAX This fixes PR21993. llvm-svn: 224676
Loading
Please sign in to comment