This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5f226216130 [Hexagon] Generate HVX code for vector construction and access new af12c3e4ab9 [opt-viewer] Suppress noisy Swift remarks
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: test/tools/opt-viewer/Inputs/suppress/s.opt.yaml | 186 +++++++++++++++++++++ test/tools/opt-viewer/Inputs/suppress/s.swift | 11 ++ test/tools/opt-viewer/Outputs/suppress/index.html | 25 +++ .../tools/opt-viewer/Outputs/suppress/s.swift.html | 115 +++++++++++++ test/tools/opt-viewer/suppress.test | 3 + tools/opt-viewer/opt-viewer.py | 13 +- tools/opt-viewer/optrecord.py | 26 +++ 7 files changed, 377 insertions(+), 2 deletions(-) create mode 100644 test/tools/opt-viewer/Inputs/suppress/s.opt.yaml create mode 100644 test/tools/opt-viewer/Inputs/suppress/s.swift create mode 100644 test/tools/opt-viewer/Outputs/suppress/index.html create mode 100644 test/tools/opt-viewer/Outputs/suppress/s.swift.html create mode 100644 test/tools/opt-viewer/suppress.test