Home
last modified time | relevance | path

Searched refs:AttrToRemove (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8983 SmallVector<StringRef, 2> AttrToRemove; in manifest() local
8985 AttrToRemove.push_back("denormal-fp-math"); in manifest()
8995 AttrToRemove.push_back("denormal-fp-math-f32"); in manifest()
9001 return A.removeAttrs(IRP, AttrToRemove) | in manifest()