[polly] [polly] python futurize --stage1 --write (PR #124580)

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 10:03:03 PST 2025


================
@@ -42,7 +43,7 @@ def apply(fun, lst):
 mm_all = mm_slong + mm_ulong + mm_sint + mm_uint + mm_sshort + mm_ushort
 zero_one_all = mzero_one + zero_one
 
-mpz_std_list = zero_one_all + mm_all + apply(plus1, mm_all) + apply(minus1, mm_all)
----------------
Meinersbur wrote:

Please do not modifiy code from external projects. These scripts are not used within Polly anyway.

https://github.com/llvm/llvm-project/pull/124580


More information about the llvm-commits mailing list