[PATCH] D81924: [PowerPC] Allow constrained FP intrinsics in mightUseCTR
Qing Shan Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 16 19:42:41 PDT 2020
steven.zhang added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp:389
+ break;
+ case Intrinsic::experimental_constrained_maxnum:
+ Opcode = ISD::STRICT_FMAXNUM;
----------------
So, how about the constrained fcmp/fcmps ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81924/new/
https://reviews.llvm.org/D81924
More information about the llvm-commits
mailing list