[PATCH] D154203: llvm-reduce: Add broken testcase that shows uselistorder problem

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 7 11:50:24 PDT 2023


aeubanks added a comment.

seems fine to check in especially to verify if we ever fix it, one nit



================
Comment at: llvm/test/tools/llvm-reduce/uselistorder-invalid-ir-output.ll:51
+
+; RESULT: uselistorder i32 0, { 4, 0, 5, 1, 6, 2, 7, 3 }
----------------
this CHECK line seems fragile, perhaps just `uselistorder i32 0, {`, and rely on the `not llvm-as` line check that it's invalid


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154203/new/

https://reviews.llvm.org/D154203



More information about the llvm-commits mailing list