Unverified Commit 4b483ecd authored by SahilPatidar's avatar SahilPatidar Committed by GitHub
Browse files

[InstCombine] Fix failure to fold (and %x, (sext i1 %m)) -> (select %m, %x, 0)...

[InstCombine] Fix failure to fold (and %x, (sext i1 %m)) -> (select %m, %x, 0) with multiple uses of %m (#81409)

Resolves #81288.
parent c3107821
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