[all-commits] [llvm/llvm-project] fc07c1: [StackSafety] Delete useless test

Vitaly Buka via All-commits all-commits at lists.llvm.org
Tue Jun 2 16:08:38 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fc07c1af69584d71a6a6ab3da7afd4837b08ea37
      https://github.com/llvm/llvm-project/commit/fc07c1af69584d71a6a6ab3da7afd4837b08ea37
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2020-06-02 (Tue, 02 Jun 2020)

  Changed paths:
    R llvm/test/Analysis/StackSafetyAnalysis/scev-udiv.ll

  Log Message:
  -----------
  [StackSafety] Delete useless test


  Commit: 232d348c6eff8493fc016b1ea8a99db0e5620d81
      https://github.com/llvm/llvm-project/commit/232d348c6eff8493fc016b1ea8a99db0e5620d81
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2020-06-02 (Tue, 02 Jun 2020)

  Changed paths:
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/test/Driver/memtag.c
    M clang/test/Driver/memtag_lto.c
    M llvm/include/llvm/Analysis/StackSafetyAnalysis.h
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Target/AArch64/AArch64.h
    M llvm/lib/Target/AArch64/AArch64StackTagging.cpp
    M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
    R llvm/test/Analysis/StackSafetyAnalysis/ipa-attr.ll
    M llvm/test/CodeGen/AArch64/O3-pipeline.ll
    M llvm/test/CodeGen/AArch64/stack-tagging.ll

  Log Message:
  -----------
  [MTE] Convert StackSafety into analysis

This lets us to remove !stack-safe metadata and
better controll when to perform StackSafety
analysis.

Reviewers: eugenis

Subscribers: hiraditya, steven_wu, dexonsmith, cfe-commits, llvm-commits

Tags: #clang, #llvm

Differential Revision: https://reviews.llvm.org/D80771


Compare: https://github.com/llvm/llvm-project/compare/39fa431c8cca...232d348c6eff


More information about the All-commits mailing list