GPUOpen-Drivers / llvm-dialects

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

Add support for immutable attributes. #91

Closed tsymalla closed 5 months ago

tsymalla commented 5 months ago

Sometimes we don't want or can't update operands with a auto-generated setter method, so this change adds support to make attributes immutable.