[PATCH] D125746: [PowerPC] Treat llvm.fmuladd intrinsic as using CTR

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 17 00:04:03 PDT 2022


qiucf created this revision.
qiucf added a reviewer: nemanjai.
Herald added subscribers: shchenz, kbarton, hiraditya.
Herald added a project: All.
qiucf requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This fixes bug 55463 <https://github.com/llvm/llvm-project/issues/55463>, similar to D78668 <https://reviews.llvm.org/D78668>. The is a temporary fix since we will switch to post-isel CTR loop determination in the future.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D125746

Files:
  llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  llvm/test/CodeGen/PowerPC/pr55463.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125746.429940.patch
Type: text/x-patch
Size: 6531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220517/eb3b715f/attachment.bin>


More information about the llvm-commits mailing list