[PATCH] D37694: [X86] [PATCH] [intrinsics] Lowering X86 ABS intrinsics to IR. (clang)

Uriel Korach via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 12 00:15:23 PDT 2017


uriel.k added a comment.

If I remove the builtins from the .def file this will not work, as I didn't replace the builtin call in the Header files but implemented the lowering by adding cases to the CGBuiltin.cpp and adding the IR by hand.


https://reviews.llvm.org/D37694





More information about the cfe-commits mailing list