[PATCH] bug fix for PR20020: anti-dependency-breaker causes miscompilation
hfinkel at anl.gov
hfinkel at anl.gov
Wed Jul 2 20:55:30 PDT 2014
LGTM; thanks!
================
Comment at: test/CodeGen/X86/pr20020.ll:73
@@ +72,2 @@
+
+attributes #0 = { nounwind ssp uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
----------------
Please remove any unneeded attributes.
http://reviews.llvm.org/D4351
More information about the llvm-commits
mailing list