[PATCH] [NaryReassociate] enhances nsw by leveraging @llvm.assume
Mark Heffernan
meheff at google.com
Tue Jun 30 17:14:10 PDT 2015
LGTM. Just one nit comment/question.
================
Comment at: test/Transforms/NaryReassociate/NVPTX/nary-gep.ll:39
@@ -38,3 +38,3 @@
define void @reassociate_gep_nsw(float* %a, i32 %i, i32 %j) {
-; CHECK-LABEL: @reassociate_gep_nsw(
+; check-label: @reassociate_gep_nsw(
%idxprom.j = sext i32 %j to i64
----------------
Should all "CHECK"s be replaced with "check"? or none?
http://reviews.llvm.org/D10822
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list