Skip to content
Commit 7ee16384 authored by Craig Topper's avatar Craig Topper
Browse files

Move matching for x86 BMI BLSI/BLSMSK/BLSR instructions to isel patterns...

Move matching for x86 BMI BLSI/BLSMSK/BLSR instructions to isel patterns instead of DAG combine. This weakens the ability to fold loads with them because we aren't able to match patterns that load the same thing twice. But maybe we should fix that if we care. The peephole optimizer will be able to fold some loads in its absense.

llvm-svn: 200824
parent a30e4376
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment