[PATCH] D86277: [NFC][compiler-rt] Factor out __mulv[sdt]i3 implementations to .inc file

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 20 16:10:08 PDT 2020


MaskRay added inline comments.


================
Comment at: compiler-rt/lib/builtins/int_mulv_impl.inc:1
-//===-- mulvdi3.c - Implement __mulvdi3 -----------------------------------===//
+//===-- int_mulv_impl.inc - Implement __mulv[sdt]i3 -----------------------===//
 //
----------------
`---*- C++ -*-===//`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86277



More information about the cfe-commits mailing list