[PATCH] D58623: [AMDGPU] Allow using integral non-type template parameters
Michael Liao via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 25 07:30:48 PST 2019
hliao added a comment.
non-type template parameter is used in these attributes in one of major workload. In addition, it also revises the constexpr support by allowing lvalue. The diagnostic message is refined too by pointing out which parameter violates the requirement of constant integer. Previous tests are revised and more tests are added to cover the cases fixed in this change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58623/new/
https://reviews.llvm.org/D58623
More information about the cfe-commits
mailing list