[X86] Correct the comments about comparison intrinsics. NFCI.
authorWang, Pengfei <pengfei.wang@intel.com>
Fri, 8 Jan 2021 07:36:15 +0000 (15:36 +0800)
committerWang, Pengfei <pengfei.wang@intel.com>
Fri, 8 Jan 2021 07:36:15 +0000 (15:36 +0800)
clang/lib/CodeGen/CGBuiltin.cpp

index 1e0337c..ea39d64 100644 (file)
@@ -13955,8 +13955,7 @@ Value *CodeGenFunction::EmitX86BuiltinExpr(unsigned BuiltinID,
     // Lowering vector comparisons to fcmp instructions, while
     // ignoring signalling behaviour requested
     // ignoring rounding mode requested
-    // This is is only possible as long as FENV_ACCESS is not implemented.
-    // See also: https://reviews.llvm.org/D45616
+    // This is only possible if fp-model is not strict and FENV_ACCESS is off.
 
     // The third argument is the comparison condition, and integer in the
     // range [0, 31]