This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e92557c9308 [LV] Remove implicit single basic block assumption new 3796561c6ee This patch closes PR#32216: Better testing of schedule mode [...]
The 1 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/CodeGen/AsmPrinter.h | 3 + include/llvm/CodeGen/TargetSchedule.h | 4 + include/llvm/MC/MCObjectStreamer.h | 3 +- include/llvm/MC/MCStreamer.h | 4 +- include/llvm/MC/MCSubtargetInfo.h | 11 + include/llvm/Target/TargetSubtargetInfo.h | 8 + lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 46 +- lib/CodeGen/TargetSchedule.cpp | 71 +- lib/CodeGen/TargetSubtargetInfo.cpp | 46 ++ lib/MC/MCAsmStreamer.cpp | 34 +- lib/MC/MCObjectStreamer.cpp | 2 +- lib/MC/MCStreamer.cpp | 4 +- lib/Object/RecordStreamer.cpp | 2 +- lib/Object/RecordStreamer.h | 3 +- .../AArch64/MCTargetDesc/AArch64ELFStreamer.cpp | 4 +- lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp | 4 +- .../Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp | 2 +- .../Hexagon/MCTargetDesc/HexagonMCELFStreamer.h | 3 +- lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp | 2 +- lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h | 3 +- .../Mips/MCTargetDesc/MipsNaClELFStreamer.cpp | 4 +- lib/Target/X86/InstPrinter/X86InstComments.cpp | 2 - lib/Target/X86/X86MCInstLower.cpp | 18 +- lib/Target/X86/X86Subtarget.h | 3 + test/CodeGen/X86/recip-fastmath.ll | 412 ++++++----- test/CodeGen/X86/recip-fastmath2.ll | 814 ++++++++++----------- 26 files changed, 874 insertions(+), 638 deletions(-)