[PATCH] D31531: Remove readnone from invariant.group.barrier
Chandler Carruth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 31 06:50:19 PDT 2017
chandlerc added inline comments.
================
Comment at: test/Transforms/EarlyCSE/invariant.group.barrier.ll:2
+; RUN: opt -S -early-cse < %s | FileCheck %s
+; TODO this should be probably in more general directory
+; RUN: opt -S -gvn < %s | FileCheck %s
----------------
Prazek wrote:
> is there more general directory?
test/Other maybe?
https://reviews.llvm.org/D31531
More information about the llvm-commits
mailing list