Mercurial > hg > CbC > CbC_llvm
diff polly/test/create_ll.sh @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line diff
--- a/polly/test/create_ll.sh Wed Jul 21 10:27:27 2021 +0900 +++ b/polly/test/create_ll.sh Wed Nov 09 17:45:10 2022 +0900 @@ -14,7 +14,7 @@ # Insert a header into the new testcase containing a sample RUN line a FIXME and # an XFAIL. Then insert the formated C code and finally the LLVM-IR without # attributes, the module ID or the target triple. -echo '; RUN: opt %loadPolly -analyze < %s | FileCheck %s' > ${LLFILE} +echo '; RUN: opt %loadPolly -S < %s | FileCheck %s' > ${LLFILE} echo ';' >> ${LLFILE} echo '; FIXME: Edit the run line and add checks!' >> ${LLFILE} echo ';' >> ${LLFILE}