[all-commits] [llvm/llvm-project] 2aa2c4: [NewGVN] Require asserts for crashing tests.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Jul 29 04:41:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2aa2c40d23740331e01c4eeec849775ce9c33f95
https://github.com/llvm/llvm-project/commit/2aa2c40d23740331e01c4eeec849775ce9c33f95
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M llvm/test/Transforms/NewGVN/todo-pr35074-phi-of-ops.ll
M llvm/test/Transforms/NewGVN/todo-pr37121-seens-this-value-a-lot.ll
M llvm/test/Transforms/NewGVN/todo-pr42422-phi-of-ops.ll
Log Message:
-----------
[NewGVN] Require asserts for crashing tests.
Without asserts, it might take a long time for the tests to crash.
Only run them with assert builds.
More information about the All-commits
mailing list