[llvm] r181180 - Add a testcase that checks that we generate functions with frame

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon May 6 11:06:58 PDT 2013


> +attributes #0 = { nounwind ssp uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
> +attributes #1 = { nounwind ssp uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }


It would be better if you kept only the attributes you need for the
test. For example, I don't think no-nans-fp-math makes a difference in
here, right?

Thanks,
Rafael



More information about the llvm-commits mailing list