This is an archive of the discontinued LLVM Phabricator instance.

[x86][icelake][gfni]
ClosedPublic

Authored by coby on Dec 26 2017, 4:06 AM.

Details

Summary

added intrinsics support for gfni instructions, matching a similar work on the backend (D40373)

Diff Detail

Repository
rC Clang

Event Timeline

coby created this revision.Dec 26 2017, 4:06 AM
coby updated this revision to Diff 128168.Dec 26 2017, 4:36 AM

add forgotten undef[s]

craig.topper added inline comments.Dec 26 2017, 9:05 AM
test/CodeGen/gfni-builtins.c
46

Doesn't the define have underscores around it?

craig.topper added inline comments.Dec 26 2017, 9:08 AM
test/CodeGen/gfni-builtins.c
46

Oh its your own define. You can problably just use the builtin one.

This revision is now accepted and ready to land.Dec 26 2017, 2:00 PM
This revision was automatically updated to reflect the committed changes.