This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c29e178be1e gn build: Merge r373462 new afd3ff1bb29 AsmPrinter - emitGlobalConstantFP - silence static analyzer [...] new d4ef4d1b410 LoopAccessAnalysis isConsecutiveAccess() - silence static a [...] new 180ce8cfdab MemorySSA tryOptimizePhi - assert that we've found a DefCha [...] new c8071a0f0ff MemorySSAUpdater::applyInsertUpdates - silence static analy [...] new 5a3e9fab2e0 [AArch64][SVE] Implement int_aarch64_sve_cnt intrinsic
The 5 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/IntrinsicsAArch64.td | 13 ++++ lib/Analysis/LoopAccessAnalysis.cpp | 4 +- lib/Analysis/MemorySSA.cpp | 1 + lib/Analysis/MemorySSAUpdater.cpp | 2 +- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 7 +- lib/Target/AArch64/AArch64SVEInstrInfo.td | 10 +-- lib/Target/AArch64/SVEInstrFormats.td | 12 +++- .../AArch64/sve-intrinsics-counting-bits.ll | 83 ++++++++++++++++++++++ 8 files changed, 118 insertions(+), 14 deletions(-) create mode 100644 test/CodeGen/AArch64/sve-intrinsics-counting-bits.ll