Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mlir
diff options
context:
space:
mode:
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>2022-04-07 13:53:55 +0300
committerChuanqi Xu <yedeng.yd@linux.alibaba.com>2022-04-13 05:56:13 +0300
commit36de2d639eca4cead62a6c6d288a501cee8bb6e7 (patch)
treef753f56f012c0b27ff156e52caf022d9d37e15c3 /mlir
parentb84673b3f424882c4c1961fb2c49b6302b68f344 (diff)
[NFC] [AST] Reduce the size of TemplateParmPosition
I found this when reading the codes. I think it makes sense to reduce the space for TemplateParmPosition. It is hard to image the depth of template parameter is larger than 2^20 and the index is larger than 2^12. So I think the patch might be reasonable. Reviewed By: aaron.ballman Differential Revision: https://reviews.llvm.org/D123298
Diffstat (limited to 'mlir')
0 files changed, 0 insertions, 0 deletions