mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-07-22 11:46:24 -04:00
bc6c00e0a4
We were missing bitreverse matches in cases where InstCombine had seen a byte-level rotation at the end of a bitreverse sequence (replacing or() with fshl()), hindering the exhaustive bitreverse matching in CodeGenPrepare later on.