[PATCH] D41168: [X86][avx512] Lowering X86 avx512 sqrt intrinsics to IR
Uriel Korach via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 13 03:50:53 PST 2017
uriel.k created this revision.
uriel.k added reviewers: craig.topper, igorb.
seperates the non-round version from the round version of sqrt builtins
and catching them in CGBuiltin.cpp to replace builtin with IR.
https://reviews.llvm.org/D41168
Files:
include/clang/Basic/BuiltinsX86.def
lib/CodeGen/CGBuiltin.cpp
lib/Headers/avx512fintrin.h
test/CodeGen/avx512f-builtins.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41168.126719.patch
Type: text/x-patch
Size: 11270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171213/b8e15b66/attachment-0001.bin>
More information about the cfe-commits
mailing list