[PATCH] D14620: Test update for VP support

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 10:42:22 PST 2015


Ok after those two patches land -- or if you use regexp to match two cases,
you can check in this change first.

David

On Thu, Nov 12, 2015 at 10:36 AM, Betul Buyukkurt <betulb at codeaurora.org>
wrote:

> betulb created this revision.
> betulb added reviewers: davidxl, cvick, bogner.
> betulb added a subscriber: llvm-commits.
> betulb changed the visibility of this Differential Revision from "Public
> (No Login Required)" to "All Users".
>
> Updated test/Profile/c-linkage-available_externally.c per the changes in
> http://reviews.llvm.org/D9009 and http://reviews.llvm.org/D13308 .
>
> http://reviews.llvm.org/D14620
>
> Files:
>   test/Profile/c-linkage-available_externally.c
>
> Index: test/Profile/c-linkage-available_externally.c
> ===================================================================
> --- test/Profile/c-linkage-available_externally.c
> +++ test/Profile/c-linkage-available_externally.c
> @@ -5,7 +5,7 @@
>  // CHECK: @__llvm_profile_name_foo = linkonce_odr hidden constant [3 x
> i8] c"foo", section "__DATA,__llvm_prf_names", align 1
>
>  // CHECK: @__llvm_profile_counters_foo = linkonce_odr hidden global [1 x
> i64] zeroinitializer, section "__DATA,__llvm_prf_cnts", align 8
> -// CHECK: @__llvm_profile_data_foo = linkonce_odr hidden constant { i32,
> i32, i64, i8*, i64* } { i32 3, i32 1, i64 {{[0-9]+}}, i8* getelementptr
> inbounds ([3 x i8], [3 x i8]* @__llvm_profile_name_foo, i32 0, i32 0), i64*
> getelementptr inbounds ([1 x i64], [1 x i64]* @__llvm_profile_counters_foo,
> i32 0, i32 0) }, section "__DATA,__llvm_prf_data", align 8
> +// CHECK: @__llvm_profile_data_foo = linkonce_odr hidden global { i32,
> i32, i64, i8*, i64*, i8*, i8*, [1 x i16] } { i32 3, i32 1, i64 0, i8*
> getelementptr inbounds ([3 x i8], [3 x i8]* @__llvm_profile_name_foo, i32
> 0, i32 0), i64* getelementptr inbounds ([1 x i64], [1 x i64]*
> @__llvm_profile_counters_foo, i32 0, i32 0), i8* null, i8* null, [1 x i16]
> zeroinitializer }, section "__DATA,__llvm_prf_data", align 8
>  inline int foo(void) { return 1; }
>
>  int main(void) {
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151112/77f4ae7f/attachment.html>


More information about the llvm-commits mailing list