This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a925a3b1249 [Analysis] Only use _unlocked stdio functions on linux new fadab83bc04 Require DominatorTree when requiring/preserving LoopInfo in [...] new 1963cc1ac1e [AArch64][SVE] Asm: Support for structured ST2, ST3 and ST4 [...]
The 2 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: lib/Analysis/BranchProbabilityInfo.cpp | 5 +++ lib/Analysis/LazyBlockFrequencyInfo.cpp | 5 +++ lib/Analysis/LazyBranchProbabilityInfo.cpp | 5 +++ lib/Target/AArch64/AArch64SVEInstrInfo.td | 16 +++++++- lib/Target/AArch64/SVEInstrFormats.td | 22 +++++++++++ test/MC/AArch64/SVE/st2b-diagnostics.s | 24 ++++++++++++ test/MC/AArch64/SVE/st2b.s | 12 ++++++ test/MC/AArch64/SVE/st2d-diagnostics.s | 29 ++++++++++++++ test/MC/AArch64/SVE/st2d.s | 12 ++++++ test/MC/AArch64/SVE/st2h-diagnostics.s | 29 ++++++++++++++ test/MC/AArch64/SVE/st2h.s | 12 ++++++ test/MC/AArch64/SVE/st2w-diagnostics.s | 29 ++++++++++++++ test/MC/AArch64/SVE/st2w.s | 12 ++++++ test/MC/AArch64/SVE/st3b-diagnostics.s | 24 ++++++++++++ test/MC/AArch64/SVE/st3b.s | 12 ++++++ test/MC/AArch64/SVE/st3d-diagnostics.s | 29 ++++++++++++++ test/MC/AArch64/SVE/st3d.s | 12 ++++++ test/MC/AArch64/SVE/st3h-diagnostics.s | 29 ++++++++++++++ test/MC/AArch64/SVE/st3h.s | 12 ++++++ test/MC/AArch64/SVE/st3w-diagnostics.s | 29 ++++++++++++++ test/MC/AArch64/SVE/st3w.s | 12 ++++++ test/MC/AArch64/SVE/st4b-diagnostics.s | 24 ++++++++++++ test/MC/AArch64/SVE/st4b.s | 12 ++++++ test/MC/AArch64/SVE/st4d-diagnostics.s | 30 +++++++++++++++ test/MC/AArch64/SVE/st4d.s | 12 ++++++ test/MC/AArch64/SVE/st4h-diagnostics.s | 29 ++++++++++++++ test/MC/AArch64/SVE/st4h.s | 12 ++++++ test/MC/AArch64/SVE/st4w-diagnostics.s | 29 ++++++++++++++ test/MC/AArch64/SVE/st4w.s | 12 ++++++ .../Util/PR37334-break-crit-edges-require-dt.ll | 44 ++++++++++++++++++++++ 30 files changed, 574 insertions(+), 1 deletion(-) create mode 100644 test/Transforms/Util/PR37334-break-crit-edges-require-dt.ll