[PATCH] D46364: Add basic compiler-rt builtins support for hexagon
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 3 11:52:11 PDT 2018
kparzysz added inline comments.
================
Comment at: lib/builtins/hexagon/dfaddsub.S:404
+ // adding infinities is only OK if they are equal
+#if (__HEXAGON_ARCH__ == 61)
+ {
----------------
This is always false. Please remove these checks.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D46364
More information about the llvm-commits
mailing list