AVX512: support AVX512BW Intrinsic in 32bit mode.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
16009 ↗ | (On Diff #41393) | You can put assert: but it is not necessary |
16010 ↗ | (On Diff #41393) | extend / split |
16012 ↗ | (On Diff #41393) | Lo, Hi |
16033 ↗ | (On Diff #41393) | remove empty line |
lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
16004 ↗ | (On Diff #41402) | Can newMaskVT be i64? |
Comment Actions
Thanks for the review!
Update patch according to you comments.
lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
16004 ↗ | (On Diff #41402) | we don't have such intrinsic meanwhile, but theoretically it is possible. |