[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 Jun 30 09:53:15 PDT 2023


aeubanks added a comment.

I think I ran into this once and just disabled uselistorder printing

the proper fix is to disallow inspecting uses of constants so we can stop printing the uselistorder for constants. I looked into this before but there were some passes doing weird things (func-spec I think?) and I never got around to fixing things

separately we could use different LLVMContexts?


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

https://reviews.llvm.org/D154203



More information about the llvm-commits mailing list