[PATCH] D46364: Add basic compiler-rt builtins support for hexagon

Sid Manning via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 3 12:48:59 PDT 2018


sidneym added inline comments.


================
Comment at: lib/builtins/hexagon/dfaddsub.S:404
+	// adding infinities is only OK if they are equal
+#if (__HEXAGON_ARCH__ == 61)
+	{
----------------
kparzysz wrote:
> This is always false.  Please remove these checks.
I left them here in the event this library is ever used for a v61 target.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D46364





More information about the llvm-commits mailing list