[PATCH] D15987: [PPC] Handle weighted comparisons when inserting selects.
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 11 14:17:05 PST 2016
echristo accepted this revision.
echristo added a comment.
This revision is now accepted and ready to land.
Not from me, the testcase looks fine here with the one nit I had.
Go ahead and wait for Hal first please :)
-eric
================
Comment at: test/CodeGen/PowerPC/2016-01-07-BranchWeightCrash.ll:33
@@ +32,3 @@
+
+attributes #0 = { alwaysinline inlinehint nounwind "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-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
+attributes #5 = { nounwind }
----------------
Not used :)
http://reviews.llvm.org/D15987
More information about the llvm-commits
mailing list