[PATCH] D68237: [PowerPC] Handle f16 as a storage type only

Lei Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 07:41:14 PST 2019


lei added inline comments.


================
Comment at: lib/Target/PowerPC/PPCInstrVSX.td:3272
+  def : Pat<(truncstoref16 f32:$src, xoaddr:$dst),
+            (STXSIHX (XSCVDPHP (COPY_TO_REGCLASS $src, VSFRC)), xoaddr:$dst)>;
+
----------------
Should we clear the side effect bit for these?  `let hasSideEffects = 0 `


Repository:
  rL LLVM

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

https://reviews.llvm.org/D68237





More information about the llvm-commits mailing list