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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 7 13:10:59 PDT 2023


arsenm added inline comments.


================
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 }
----------------
aeubanks wrote:
> this CHECK line seems fragile, perhaps just `uselistorder i32 0, {`, and rely on the `not llvm-as` line check that it's invalid
Given the point is to express that this is broken, I think this is OK. Anything that perturbs this should require attention


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

https://reviews.llvm.org/D154203



More information about the llvm-commits mailing list