[llvm] [llvm][AArch64] Do not inline a function with different signing scheme. (PR #80642)
Nick Desaulniers via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 21 13:56:43 PST 2024
================
@@ -339,20 +339,25 @@ def UseSampleProfile : StrBoolAttr<"use-sample-profile">;
def DenormalFPMath : ComplexStrAttr<"denormal-fp-math", [FnAttr]>;
def DenormalFPMathF32 : ComplexStrAttr<"denormal-fp-math-f32", [FnAttr]>;
+// Attiribute compatiblity rules are generated to check the attribute of the
----------------
nickdesaulniers wrote:
s/Attiribute/Attribute/
https://github.com/llvm/llvm-project/pull/80642
More information about the llvm-commits
mailing list