[llvm-exegesis] Change map address in memory annotation tests
authorAiden Grossman <agrossman154@yahoo.com>
Thu, 29 Jun 2023 18:16:41 +0000 (18:16 +0000)
committerAiden Grossman <agrossman154@yahoo.com>
Thu, 29 Jun 2023 18:21:06 +0000 (18:21 +0000)
commit46f42e2ee59ac5ff7b153648e30273e499f7b7e3
tree3701eaa356d9ffacf73dbf4b9aa9d48d089fc465
parent444d2e1a54058cfa21d12ac369404a2923f7b932
[llvm-exegesis] Change map address in memory annotation tests

Test failures have been reported by some LLVM developers in regards to
the low value of of the location where the memory is being mapped into
the virtual address space as it causes problems with some default
configurations of vm.mmap_min_addr. This patch sets it to 2^20 (1048576)
to alleviate this issues as most distros seem to use a default value of
65536.
llvm/test/tools/llvm-exegesis/X86/latency/memory-annotations-livein.s
llvm/test/tools/llvm-exegesis/X86/latency/memory-annotations.s