[PATCH] D64746: Add constrained intrinsics for lrint and lround

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 27 08:25:16 PDT 2019


craig.topper added inline comments.


================
Comment at: lib/CodeGen/TargetLoweringBase.cpp:784
+  // is an integer type.
+  for (unsigned I = MVT::FIRST_INTEGER_VALUETYPE;
+       I <= MVT::LAST_INTEGER_VALUETYPE;
----------------
What places check the result? Can they be fixed?


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

https://reviews.llvm.org/D64746





More information about the llvm-commits mailing list