This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ffc5ec8c812 [TwoAddressInstructionPass] Replace subregister uses when p [...] new 919972ec1f0 [llvm-exegesis][NFC] Return many CodeTemplates instead of one. new dc5c9c28094 [TI removal] Remove TerminatorInst as an input parameter fr [...] new 7c0f083bcb9 [TI removal] Remove a unnecessary use of `TerminatorInst` f [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/CFG.h | 3 +- include/llvm/IR/CFG.h | 2 +- include/llvm/Transforms/Utils/BasicBlockUtils.h | 2 +- lib/Analysis/CFG.cpp | 3 +- lib/Transforms/Utils/BreakCriticalEdges.cpp | 2 +- tools/llvm-exegesis/lib/Latency.cpp | 24 ++++---- tools/llvm-exegesis/lib/Latency.h | 8 +-- tools/llvm-exegesis/lib/SnippetGenerator.cpp | 67 +++++++++++++--------- tools/llvm-exegesis/lib/SnippetGenerator.h | 23 ++++---- tools/llvm-exegesis/lib/Uops.cpp | 12 ++-- tools/llvm-exegesis/lib/Uops.h | 4 +- tools/llvm-exegesis/lib/X86/Target.cpp | 18 +++--- .../llvm-exegesis/X86/SnippetGeneratorTest.cpp | 12 ++-- 13 files changed, 96 insertions(+), 84 deletions(-)