Fixes #64322
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
17659 | Why not put this inside the (!IdxC) if-block above? |
Paths
| Differential D156855
[X86] Special handle for v1i1 during ExtractBitFromMaskVector ClosedPublic Authored by pengfei on Aug 2 2023, 12:12 AM.
Details Summary Fixes #64322
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Aug 2 2023, 8:24 AM This revision was landed with ongoing or failed builds.Aug 2 2023, 7:50 PM Closed by commit rG4d6f4c9c93c1: [X86] Special handle for v1i1 during ExtractBitFromMaskVector (authored by pengfei). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 546674 llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/pr64322.ll
|
Why not put this inside the (!IdxC) if-block above?