[PATCH] Fix makeLibCall arguments for SoftenFloatRes_FRINT function

hfinkel at anl.gov hfinkel at anl.gov
Fri Feb 20 08:57:07 PST 2015


This is target-independent code, what does, "This should not affect other architectures." mean? Maybe you need a new target callback? Why does this affect only FRINT and not also FCEIL, FTRUNC, FNEARBYINT, FROUND, FFLOOR?


REPOSITORY
  rL LLVM

================
Comment at: test/CodeGen/Mips/mips64rintfsf.ll:21
@@ +20,3 @@
+
+attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="true" }
+attributes #1 = { nounwind readnone "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="true" }
----------------
Please remove any unnecessary attributes.

http://reviews.llvm.org/D7791

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list