GPUOpen-Drivers / llvm-dialects

LLVM Dialects Library
Apache License 2.0
22 stars 22 forks source link

Proper one-time initialization in OpSet::get<OpTs...>() #87

Closed nhaehnle closed 8 months ago

nhaehnle commented 8 months ago

Also return a reference to the static variable to avoid a copy on return.