[all-commits] [llvm/llvm-project] fa09dd: [LoopInstSimplify] Move MemorySSA verification und...

Alina Sbirlea via All-commits all-commits at lists.llvm.org
Thu Nov 21 17:15:03 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fa09dddd70c557bd3e78bbeef1511e737c4b8049
      https://github.com/llvm/llvm-project/commit/fa09dddd70c557bd3e78bbeef1511e737c4b8049
  Author: Alina Sbirlea <asbirlea at google.com>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp

  Log Message:
  -----------
  [LoopInstSimplify] Move MemorySSA verification under flag.

The verification inside loop passes should be done under the
VerifyMemorySSA flag (enabled by EXPESIVE_CHECKS or explicitly with
opt), in order to not add to compile time during regular builds.




More information about the All-commits mailing list