[AVX512] Fix BLENDM lowering patterns. Operands should be swapped to match SELECT behavior.
Use BLENDM instead of masked move instruction.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks like many tests were converted to being generated by update_llc_test_checks.py that hadn't used it before resulting in a larger diff and making it difficult to see exactly what changes with this patch. Can you go ahead and re-generate the tests using the script with the current patterns and commit that. Then re-submit this patch relative to that so we can see which tests really change.