[PATCH] D12300: Pass function attributes instead of simple flag in isIntDivCheap target query. Add test cases.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 17:02:14 PDT 2015


joker.eph added a subscriber: joker.eph.
joker.eph accepted this revision.
joker.eph added a reviewer: joker.eph.
joker.eph added a comment.
This revision is now accepted and ready to land.

LGTM.


================
Comment at: test/CodeGen/X86/sdiv-pow2.ll:23
@@ +22,3 @@
+
+define i32 @test3(i32 inreg %x) optsize {
+entry:
----------------
Bonus point if you add a comment on top of this one as well :)


http://reviews.llvm.org/D12300





More information about the llvm-commits mailing list