[PATCH] D22267: [AArch64] Properly validate the reciprocal estimation

Evandro Menezes via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 13:54:31 PDT 2016


evandro marked an inline comment as done.

================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:4579
@@ -4575,3 +4578,3 @@
   if (!Recips.isEnabled(RecipOp))
-    return SDValue();
+    return (SDValue());
 
----------------
t.p.northover wrote:
> Why the extra brackets?
Oops!


Repository:
  rL LLVM

http://reviews.llvm.org/D22267





More information about the llvm-commits mailing list