[PATCH] D110346: [SystemZ] Implement ISD::BITCAST for fp128 -> i128.

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 23 10:08:01 PDT 2021


jonpa added inline comments.


================
Comment at: llvm/lib/Target/SystemZ/SystemZISelLowering.cpp:296
 
+  // Handle bitcast from fp128 to i128.
+  setOperationAction(ISD::BITCAST, MVT::i128, Custom);
----------------
hmm.. should the check for soft-float be done here instead?


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

https://reviews.llvm.org/D110346



More information about the llvm-commits mailing list