This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1c0183accbe [X86][BtVer2] Improve simulation of (V)PINSR values new 849da555d22 Add remarks describing when a pass changes the IR instructi [...] new 6af49b5c06f [X86] Update fast-isel test cases for _mm256_mask_cvtepi16_ [...]
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: include/llvm/IR/Function.h | 5 + include/llvm/IR/LegacyPassManagers.h | 9 ++ include/llvm/IR/Module.h | 5 + lib/Analysis/CallGraphSCCPass.cpp | 6 + lib/Analysis/LoopPass.cpp | 4 +- lib/IR/Function.cpp | 8 + lib/IR/LegacyPassManager.cpp | 69 ++++++++- lib/IR/Module.cpp | 7 + .../CodeGen/X86/avx512bwvl-intrinsics-fast-isel.ll | 20 +-- test/Other/size-remarks.ll | 164 +++++++++++++++++++++ 10 files changed, 279 insertions(+), 18 deletions(-) create mode 100644 test/Other/size-remarks.ll