[PATCH] D55720: [Intrinsic] Signed Fixed Point Saturation Multiplication Intrinsic

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 9 14:05:29 PST 2019


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/X86/smul_fix_sat.ll:44
+
+define i64 @func2(i64 %x, i64 %y) {
+; X64-LABEL: func2:
----------------
nounwind


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55720





More information about the llvm-commits mailing list