[PATCH] D132196: [PowerPC] Add combine logic to use MADDLD/MADDHD/MADDHDU in multiply-add patterns

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 18 20:19:06 PDT 2022


shchenz added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/adde-sube-int128-madd.ll:4
+
+define i128 @adde_int128(i64 noundef %a, i64 noundef %b, i64 noundef %c) local_unnamed_addr #0 {
+; CHECK-P9-LABEL: adde_int128:
----------------
commit the new tests as a NFC patch first please.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132196



More information about the llvm-commits mailing list