GPUOpen-Drivers / llvm-dialects

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

Fix compiler warning about potentially unused local context reference. #64

Closed tsymalla closed 1 year ago

tsymalla commented 1 year ago

The context that is obtained during the ::create methods is not necessarily used, leading to a warning.