[llvm] [DXIL][Analysis] Collect Function properties in Metadata Analysis (PR #105728)

S. Bharadwaj Yadavalli via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 28 17:23:26 PDT 2024


================
@@ -19,12 +20,16 @@ namespace llvm {
 
 namespace dxil {
 
+struct FunctionProperties {
+  unsigned NumThreads[3];
----------------
bharadwajy wrote:

> Would it be more usable to just specify the three numbers individually? I doubt that iterating through these is particularly meaningful.

Changed as suggested.

https://github.com/llvm/llvm-project/pull/105728


More information about the llvm-commits mailing list