Because of the D48768, that pattern is always unfolded into pattern d,
thus we had no test coverage.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D53574
[X86] Add extra-uses on the mask of pattern c of extract-{low,}bits.ll tests ClosedPublic Authored by lebedev.ri on Oct 23 2018, 7:46 AM.
Details Summary Because of the D48768, that pattern is always unfolded into pattern d,
Diff Detail
Event Timelinelebedev.ri added a child revision: D53575: [X86][BMI1] X86DAGToDAGISel: select BEXTR from x & (-1 >> (32 - y)) pattern. lebedev.ri added a parent revision: D53521: [X86][BMI1] X86DAGToDAGISel: select BEXTR from x << (32 - y) >> (32 - y) pattern. This revision is now accepted and ready to land.Oct 26 2018, 10:49 PM Closed by commit rL345583: [X86] Add extra-uses on the mask of pattern c of extract-{low,}bits.ll tests (authored by lebedevri). · Explain WhyOct 30 2018, 4:14 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 171666 llvm/trunk/test/CodeGen/X86/extract-bits.ll
llvm/trunk/test/CodeGen/X86/extract-lowbits.ll
|