From: Wang, Pengfei Date: Fri, 8 Jan 2021 07:36:15 +0000 (+0800) Subject: [X86] Correct the comments about comparison intrinsics. NFCI. X-Git-Tag: llvmorg-13-init~1749 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c102b9697bd4ec2b12dab9865661bfb2facc97ec;p=platform%2Fupstream%2Fllvm.git [X86] Correct the comments about comparison intrinsics. NFCI. --- diff --git a/clang/lib/CodeGen/CGBuiltin.cpp b/clang/lib/CodeGen/CGBuiltin.cpp index 1e0337c..ea39d64 100644 --- a/clang/lib/CodeGen/CGBuiltin.cpp +++ b/clang/lib/CodeGen/CGBuiltin.cpp @@ -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]