[PATCH] D21288: [AArch64] Switch regression tests to test features not CPUs
silviu.baranga@arm.com via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 13 07:00:08 PDT 2016
sbaranga created this revision.
sbaranga added reviewers: rengolin, mcrosier, t.p.northover.
sbaranga added subscribers: llvm-commits, MatzeB.
Herald added subscribers: rengolin, aemerson.
We have switched to using features for all heuristics, but
the tests for these are still using -mcpu, which means we
are not directly testing the features.
This converts at least some of the existing regression tests
to use the new features.
This still leaves the following features untested:
merge-narrow-ld
predictable-select-expensive
alternate-sextload-cvt-f32-pattern
disable-latency-sched-heuristic
http://reviews.llvm.org/D21288
Files:
test/CodeGen/AArch64/aarch64-a57-fp-load-balancing.ll
test/CodeGen/AArch64/aarch64-gep-opt.ll
test/CodeGen/AArch64/exynos-quad-ldp-stp.ll
test/CodeGen/AArch64/merge-store-dependency.ll
test/CodeGen/AArch64/merge-store.ll
test/CodeGen/AArch64/misched-fusion.ll
test/CodeGen/AArch64/no-quad-ldp-stp.ll
test/CodeGen/AArch64/remat.ll
test/CodeGen/AArch64/sqrt-fastmath.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21288.60516.patch
Type: text/x-patch
Size: 15411 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160613/6c30d301/attachment.bin>
More information about the llvm-commits
mailing list