[PATCH] D66029: llvm-canon

Alexandre Isoard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 12 15:46:16 PDT 2019


alexandre.isoard added a comment.

Seems like a great idea!

Could we have an option to only **rename without reordering**? I have found, in the past, some issue that were order sensitive, but rarely name sensitive, and it would be great to be able to debug those.
Also, in my personal implementation I had missed //anonymous types// and //anonymous global variable//, I don't know if we captured those here.

Note that I'm not sure if we can name all metadata or function attribute lists.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D66029





More information about the llvm-commits mailing list