[PATCH] D94980: [PowerPC] Do not emit HW loop with half precision operations

Victor Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 08:10:28 PST 2021


NeHuang added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp:388
+    switch (Inst->getOpcode()) {
+    default: return false;
+    case Instruction::FPTrunc:
----------------
nit: clang format 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94980



More information about the llvm-commits mailing list