Closed
Description
Bugzilla Link | 47506 |
Resolution | FIXED |
Resolved on | Feb 16, 2021 08:16 |
Version | unspecified |
OS | Windows NT |
Depends On | #46849 |
CC | @topperc,@phoebewang,@zygoloid |
Fixed by commit(s) | 6c23cbc,4855a1004d4d,61da20575d6c |
Extended Description
The mm_reduce/mm_mask_reduce style AVX512 intrinsics currently expand to a reduction code sequence in the header.
Now that we are close to handling llvm.reduction intrinsics in IR, we should be able to emit these IR intrinsics directly instead of relying on a later pass to recognise the pattern.