[PATCH] D22648: [PM] Port NaryReassociate to the new PM

David Li via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 14:39:05 PDT 2016


davidxl added inline comments.

================
Comment at: test/Transforms/NaryReassociate/nary-mul.ll:2
@@ -1,2 +1,3 @@
 ; RUN: opt < %s -nary-reassociate -S | FileCheck %s
+; RUN: opt < %s -passes='nary-reassociate' -S | FileCheck %s
 
----------------
How about other tests in the same dir?


Repository:
  rL LLVM

https://reviews.llvm.org/D22648





More information about the llvm-commits mailing list