[all-commits] [llvm/llvm-project] d3e75d: Revert "[CodeGen] Fixes sanitizer test"

Atmn Patel via All-commits all-commits at lists.llvm.org
Fri Nov 6 21:32:35 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d3e75d31e3c831d00277518caee80b15b72666a8
      https://github.com/llvm/llvm-project/commit/d3e75d31e3c831d00277518caee80b15b72666a8
  Author: Atmn Patel <a335pate at uwaterloo.ca>
  Date:   2020-11-07 (Sat, 07 Nov 2020)

  Changed paths:
    M clang/test/CodeGen/sanitizer-module-constructor.c

  Log Message:
  -----------
  Revert "[CodeGen] Fixes sanitizer test"

This reverts commit b1878b4641e06baa754ce6e3e0387b1e7d7dc143. This does
fix the test but it means that ac73b73c1652 is not implemented
correctly. Reverting for now, and will be reverting the commit that
causes this to fail.


  Commit: 04a08964879f77b4b55105f54223e5d142d9e3b5
      https://github.com/llvm/llvm-project/commit/04a08964879f77b4b55105f54223e5d142d9e3b5
  Author: Atmn Patel <a335pate at uwaterloo.ca>
  Date:   2020-11-07 (Sat, 07 Nov 2020)

  Changed paths:
    M llvm/include/llvm/Transforms/Utils/LoopUtils.h
    M llvm/lib/Transforms/Scalar/LoopDeletion.cpp
    M llvm/lib/Transforms/Utils/LoopUtils.cpp
    M llvm/test/Other/loop-deletion-printer.ll
    M llvm/test/Other/loop-pm-invalidation.ll
    M llvm/test/Transforms/LICM/2003-02-27-PreheaderProblem.ll
    M llvm/test/Transforms/LoopDeletion/2017-07-11-incremental-dt.ll
    M llvm/test/Transforms/LoopDeletion/basic-remark.ll
    M llvm/test/Transforms/LoopDeletion/diundef.ll
    M llvm/test/Transforms/LoopDeletion/invalidation.ll
    M llvm/test/Transforms/LoopDeletion/multiple-exit-conditions.ll
    M llvm/test/Transforms/LoopDeletion/multiple-exits.ll
    R llvm/test/Transforms/LoopDeletion/mustprogress.ll
    M llvm/test/Transforms/LoopDeletion/no-exit-blocks.ll
    M llvm/test/Transforms/LoopDeletion/unreachable-loops.ll
    M llvm/test/Transforms/LoopDeletion/use-in-unreachable.ll
    M llvm/test/Transforms/SCCP/calltest.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/pr37888.ll

  Log Message:
  -----------
  Revert "[LoopDeletion] Allows deletion of possibly infinite side-effect free loops"

This reverts commit 0b17c6e4479d62bd4ff05c48d6cdf340b198832f. This patch
causes a compile-time error in SCEV.


Compare: https://github.com/llvm/llvm-project/compare/ee4769687dfd...04a08964879f


More information about the All-commits mailing list