[PATCH] D50401: [GISel]: Add Opcodes for a few Libm Intrinsics
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 10 09:26:34 PDT 2018
arsenm added inline comments.
================
Comment at: include/llvm/Support/TargetOpcodes.def:271-272
+/// LIBM trunc intrinsic.
+HANDLE_TARGET_OPCODE(G_LIBM_TRUNC)
+
----------------
LIBM should definitely be removed from the names
Repository:
rL LLVM
https://reviews.llvm.org/D50401
More information about the llvm-commits
mailing list