[PATCH] D106721: [AArch64] Implemnt MSVC __mulh and __umulh builtins and corresponding IR level intrinsics

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 23 16:21:12 PDT 2021


efriedma added a comment.

Do we need LLVM intrinsics for these?  For the x86 equivalents, we just generate `mul i128`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106721/new/

https://reviews.llvm.org/D106721



More information about the cfe-commits mailing list