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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 1 11:39:59 PDT 2019


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:769
+
+    setOperationAction(ISD::LROUND,  MVT::i32, Legal);
+    setOperationAction(ISD::LROUND,  MVT::i64, Legal);
----------------
Is this really legal? I don't see any patterns or tests for lround.i32.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61391





More information about the llvm-commits mailing list