[llvm] [DirectX] Infrastructure to collect shader flags for each function (PR #112967)

Damyan Pepper via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 28 10:58:00 PDT 2024


damyanp wrote:

> What are the concerns?

Have a think about how many strings will be built, and how many memory allocations there'll be, every time `sort` or `lower_bound` needs to compare two elements of the vector.

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


More information about the llvm-commits mailing list