[all-commits] [llvm/llvm-project] 1bc8da: Fix x86 exegesis tests after c042aff8860df3cad2b27...
David Zarzycki via All-commits
all-commits at lists.llvm.org
Sun Jan 24 05:51:32 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1bc8daba4fa3e27c115969c4c996dd1f7d52a3e4
https://github.com/llvm/llvm-project/commit/1bc8daba4fa3e27c115969c4c996dd1f7d52a3e4
Author: David Zarzycki <dave at znu.io>
Date: 2021-01-24 (Sun, 24 Jan 2021)
Changed paths:
M llvm/test/tools/llvm-exegesis/X86/analysis-cluster-stabilization.test
M llvm/test/tools/llvm-exegesis/X86/analysis-clustering-algorithms.test
M llvm/test/tools/llvm-exegesis/X86/analysis-naive-cluster-stabilization.test
M llvm/test/tools/llvm-exegesis/X86/analysis-naive-clusterization.test
Log Message:
-----------
Fix x86 exegesis tests after c042aff8860df3cad2b274bf0a495e83ae36ddee
In c042aff8860df3cad2b274bf0a495e83ae36ddee, unused FileCheck prefixes became an error, which exposed some testing bugs in four exegesis tests. I've tried my best to either fix the testing bugs, or expand the testing to cover more scenarios.
Reviewed By: lebedev.ri
Differential Revision: https://reviews.llvm.org/D95287
More information about the All-commits
mailing list