[llvm-branch-commits] [clang] c102b96 - [X86] Correct the comments about comparison intrinsics. NFCI.
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jan 7 23:41:50 PST 2021
Author: Wang, Pengfei
Date: 2021-01-08T15:36:15+08:00
New Revision: c102b9697bd4ec2b12dab9865661bfb2facc97ec
URL: https://github.com/llvm/llvm-project/commit/c102b9697bd4ec2b12dab9865661bfb2facc97ec
DIFF: https://github.com/llvm/llvm-project/commit/c102b9697bd4ec2b12dab9865661bfb2facc97ec.diff
LOG: [X86] Correct the comments about comparison intrinsics. NFCI.
Added:
Modified:
clang/lib/CodeGen/CGBuiltin.cpp
Removed:
################################################################################
diff --git a/clang/lib/CodeGen/CGBuiltin.cpp b/clang/lib/CodeGen/CGBuiltin.cpp
index 1e0337ca7ac3..ea39d64e16f1 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]
More information about the llvm-branch-commits
mailing list