diff options
author | Justin Bogner <mail@justinbogner.com> | 2014-03-11 04:37:49 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2014-03-11 04:37:49 +0000 |
commit | 52a6a97d70c2c39ee498ee4802b5130446e5595e (patch) | |
tree | 4189684b546c5a482d0e5e9a62288f153c72685b /clang/test/CodeGen/Inputs | |
parent | a4fb799d000506ed2e0edd3e01f1de12cc66e826 (diff) | |
download | bcm5719-llvm-52a6a97d70c2c39ee498ee4802b5130446e5595e.tar.gz bcm5719-llvm-52a6a97d70c2c39ee498ee4802b5130446e5595e.zip |
test: Give instrumentation based profiling tests their own directory
These tests are logically related, but they're spread about several
different CodeGen directories. Consolidate them in one place to make
them easier to manage.
llvm-svn: 203541
Diffstat (limited to 'clang/test/CodeGen/Inputs')
-rw-r--r-- | clang/test/CodeGen/Inputs/instr-attribute.profdata | 39 | ||||
-rw-r--r-- | clang/test/CodeGen/Inputs/instr-profile.profdata | 138 |
2 files changed, 0 insertions, 177 deletions
diff --git a/clang/test/CodeGen/Inputs/instr-attribute.profdata b/clang/test/CodeGen/Inputs/instr-attribute.profdata deleted file mode 100644 index 0419b3b3bef..00000000000 --- a/clang/test/CodeGen/Inputs/instr-attribute.profdata +++ /dev/null @@ -1,39 +0,0 @@ -hot_100_percent 4 -100000 -4999950000 -0 -0 - -hot_40_percent 4 -40000 -799980000 -0 -0 - -normal_func 4 -20000 -199990000 -0 -0 - -cold_func 4 -500 -124750 -0 -0 - -main 13 -1 -100000 -0 -0 -40000 -0 -0 -20000 -0 -0 -500 -0 -0 - diff --git a/clang/test/CodeGen/Inputs/instr-profile.profdata b/clang/test/CodeGen/Inputs/instr-profile.profdata deleted file mode 100644 index f6337d23329..00000000000 --- a/clang/test/CodeGen/Inputs/instr-profile.profdata +++ /dev/null @@ -1,138 +0,0 @@ -simple_loops 4 -1 -100 -100 -75 - -conditionals 11 -1 -100 -50 -50 -33 -33 -16 -99 -100 -99 -100 - -early_exits 9 -1 -0 -51 -1 -25 -1 -25 -1 -0 - -jumps 22 -1 -1 -0 -1 -0 -0 -1 -0 -1 -2 -3 -2 -0 -3 -0 -1 -1 -1 -10 -0 -10 -9 - -switches 19 -1 -1 -1 -15 -7 -1 -0 -2 -2 -3 -3 -4 -4 -0 -4 -4 -5 -1 -0 - -big_switch 17 -1 -32 -32 -1 -0 -1 -1 -11 -11 -1 -1 -15 -15 -1 -1 -2 -2 - -issue_with_one_counter 1 -0 - -boolean_operators 8 -1 -100 -34 -66 -17 -34 -33 -50 - -boolop_loops 9 -1 -50 -51 -50 -26 -50 -51 -50 -26 - -do_fallthrough 4 -1 -10 -2 -8 - -no_usable_data 5 -1 -1 -1 -1 -1 - -main 1 -1 - -instr-profile.c:static_func 2 -1 -10 - |