================
@@ -300,6 +302,15 @@ class Attribute {
/// Returns memory effects.
LLVM_ABI MemoryEffects getMemoryEffects() const;
+ /// Returns denormal_fpenv.
+ LLVM_ABI struct DenormalFPEnv getDenormalFPEnv() const;
----------------
arsenm wrote:
This is required in this context because the struct llvm:: DenormalFPEnv name
collides with the the enum Attribute:: DenormalFPEnv here
https://github.com/llvm/llvm-project/pull/174293
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits