This is the clang equivalent of D56527
Details
Details
- Reviewers
spatel RKSimon - Commits
- rGbb5b06603ba1: [X86] Add versions of the avx512 gather intrinsics that take the mask as a vXi1…
rL351390: [X86] Add versions of the avx512 gather intrinsics that take the mask as a vXi1…
rC351390: [X86] Add versions of the avx512 gather intrinsics that take the mask as a vXi1…
Diff Detail
Diff Detail
Event Timeline
include/clang/Basic/BuiltinsX86.def | ||
---|---|---|
988 | This was a bug that seems to have been hidden because generic builtin to intrinsic handling blindly inserted a bitcast to match the type. I'll probably pre-commit this |
This was a bug that seems to have been hidden because generic builtin to intrinsic handling blindly inserted a bitcast to match the type. I'll probably pre-commit this