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.cpp8922 SmallVector<StringRef, 2> AttrToRemove; in manifest() local
8924 AttrToRemove.push_back("denormal-fp-math"); in manifest()
8934 AttrToRemove.push_back("denormal-fp-math-f32"); in manifest()
8940 return A.removeAttrs(IRP, AttrToRemove) | in manifest()