We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09551f commit 9ead5c1Copy full SHA for 9ead5c1
llvm/include/llvm/IR/Type.h
@@ -166,8 +166,8 @@ class Type {
166
bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
167
168
/// Return true if this is a well-behaved IEEE-like type, which has a IEEE
169
- /// compatible layout as defined by isIEEE(), and does not have unnormal
170
- /// values
+ /// compatible layout as defined by APFloat::isIEEE(), and does not have
+ /// non-IEEE values, such as x86_fp80's unnormal values.
171
bool isIEEELikeFPTy() const {
172
switch (getTypeID()) {
173
case DoubleTyID:
0 commit comments