Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable AVX512 embedded masking for most other intrinsics #101886

Merged
merged 22 commits into from
May 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
d341230
Remove HW_Flag_MultiIns in favor of using HW_Flag_SpecialCodeGen
tannergooding May 4, 2024
134a43b
Add a new flag HW_Flag_InvalidNodeId
tannergooding May 4, 2024
f0cc9dc
Change HW_Flag_EmbMaskingIncompatible to be HW_Flag_EmbMaskingCompatible
tannergooding May 4, 2024
ea8ab95
Mark various compare intrinsics with HW_Flag_NoEvexSemantics
tannergooding May 4, 2024
089ee48
Marking various intrinsics as EmbBroadcastCompatible, EmbMaskingCompa…
tannergooding May 4, 2024
2252608
Applying formatting patch
tannergooding May 5, 2024
067633e
Ensure WithLower/WithUpper are not marked as InvalidNodeId
tannergooding May 5, 2024
1cefd82
Ensure that instOptions are being passed down all relevant hwintrinsi…
tannergooding May 6, 2024
08039ed
Ensure the insOpts are plumbed through for EVEX instructions
tannergooding May 6, 2024
6014628
Ensure EVEX instructions are properly annotated with EmbeddedBroadcas…
tannergooding May 6, 2024
0c9b804
Ensure that embedded broadcast/masking is displayed in the disassembly
tannergooding May 6, 2024
ed3cd21
Applying formatting patch
tannergooding May 6, 2024
57efa0a
Updating the hwintrinsic tests to cover embedded broadcast/masking
tannergooding May 6, 2024
5e6e1af
Fix some handling in the JIT related to embedded broadcast/masking
tannergooding May 6, 2024
47d01d0
Fixup some tests where validating embedded masking is non-trivial
tannergooding May 7, 2024
40ffaa3
Cleanup some cases found by SPMI
tannergooding May 7, 2024
efe1127
Ensure that CompareLessThan has its operands swapped back if its bein…
tannergooding May 7, 2024
40c0ce4
Don't regress a scenario around op_Equality and TYP_MASK
tannergooding May 8, 2024
0db9b67
Adjusting hardware intrinsic tests to test non-zero masks
tannergooding May 8, 2024
f83162d
Avoid some messiness around operand swapping
tannergooding May 8, 2024
37b9fb1
Ensure embedded masks mark TYP_SIMD16 and TYP_SIMD32 instructions as …
tannergooding May 8, 2024
e6e6272
Mark Sse2_r/Sse2_ro as AotIncompatible due to runtime/102037
tannergooding May 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Ensure EVEX instructions are properly annotated with EmbeddedBroadcas…
…tSupported
tannergooding committed May 6, 2024
commit 60146288f9d61a0f60958fdb96ba1c0291208e7f
Loading