[PATCH] D61391: [AArc64] Handle ISD::LROUND and ISD::LLROUND

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 06:11:31 PDT 2019


SjoerdMeijer added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64InstrInfo.td:3076
 
+def : Pat<(i64 (lround f32:$Rn)),
+          (!cast<Instruction>(FCVTASUXSr) f32:$Rn)>;
----------------
I think this is supported too for f16s with Armv8.2.


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

https://reviews.llvm.org/D61391





More information about the llvm-commits mailing list