Re: [PATCH] D14887: Make tbm-builtins.c as X86 specific unit test

2015-11-23 Thread Sumanth Gundapaneni via cfe-commits
sgundapa added a comment. Merged this as r253887 Repository: rL LLVM http://reviews.llvm.org/D14887 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [PATCH] D14887: Make tbm-builtins.c as X86 specific unit test

2015-11-23 Thread Sumanth Gundapaneni via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL253887: Make tbm-builtins.c as X86 specific unit test (authored by sgundapa). Changed prior to commit: http://reviews.llvm.org/D14887?vs=40824&id=40940#toc Repository: rL LLVM http://reviews.llvm.or

Re: [PATCH] D14887: Make tbm-builtins.c as X86 specific unit test

2015-11-20 Thread Eric Christopher via cfe-commits
echristo accepted this revision. echristo added a comment. This revision is now accepted and ready to land. This is fine. One inline comment. -eric Comment at: test/CodeGen/tbm-builtins.c:2-3 @@ -1,3 +1,4 @@ // RUN: %clang_cc1 %s -O3 -triple=x86_64-unknown-unknown -target-feat

[PATCH] D14887: Make tbm-builtins.c as X86 specific unit test

2015-11-20 Thread Sumanth Gundapaneni via cfe-commits
sgundapa created this revision. sgundapa added reviewers: echristo, craig.topper. sgundapa added a subscriber: cfe-commits. This unit test need not be true on all the targets. http://reviews.llvm.org/D14887 Files: test/CodeGen/tbm-builtins.c Index: test/CodeGen/tbm-builtins.c