This patch removes the old X86ISD::FSRL op - which was used to use the byte right shift operations with float vectors (causing a domain switch....). Since the refactoring of the shuffle lowering code this no longer has any use.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM