[PATCH] D85585: Replace TableGen range piece punctuator with '..'
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 19 19:20:02 PDT 2021
MaskRay added inline comments.
================
Comment at: llvm/lib/TableGen/TGParser.cpp:727
else
for (; Start >= End; --Start)
Ranges.push_back(Start);
----------------
Given the new syntax `...`, would be better deprecating the reversed range behavior?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85585/new/
https://reviews.llvm.org/D85585
More information about the llvm-commits
mailing list