Commit a3cffc11 authored by Hirochika Matsumoto's avatar Hirochika Matsumoto Committed by Sanjay Patel
Browse files

[InstCombine] Fold (ctpop(X) == 1) | (X == 0) into ctpop(X) < 2

https://alive2.llvm.org/ce/z/94yRMN

Fixes #54177

Differential Revision: https://reviews.llvm.org/D122077
parent 95ea3e86
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment