[PATCH] D90057: [TableGen] [test] Change integer ranges to use new '...' punctuation.

Paul C. Anagnostopoulos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 4 09:04:14 PST 2020


Paul-C-Anagnostopoulos added a comment.

There are two problems with doing that. I did not have the nerve to go through every .td file in LLVM and change the '-' to '...'. Even more importantly, I think we need to keep deprecated features for at least one version so that we do not screw up external users of TableGen, such as the fellow below.

But that does bring up the general question of deprecation policy. Do we concern ourselves with external users?

https://www.embecosm.com/2015/04/14/utilizing-tablegen-for-non-compiling-processes/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90057



More information about the llvm-commits mailing list