[PATCH] D32241: Don't process debug intrinsics in InstCombine

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 12 10:50:04 PDT 2017


davide added inline comments.


================
Comment at: test/Transforms/InstCombine/debuginfo-skip.ll:54-58
+attributes #0 = { nounwind ssp uwtable "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="core2" "target-features"="+cx16,+fxsr,+mmx,+sse,+sse2,+sse3,+ssse3,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
+attributes #1 = { nounwind readnone }
+attributes #2 = { argmemonly nounwind }
+attributes #3 = { nounwind }
+
----------------
For example, I'm pretty sure all these attributes are unneeded.


https://reviews.llvm.org/D32241





More information about the llvm-commits mailing list