GPUOpen-Drivers / llvm-dialects

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

Support traits on return value and parameters #110

Open vchuravy opened 3 days ago

vchuravy commented 3 days ago

Starting to implement the idea in https://github.com/GPUOpen-Drivers/llvm-dialects/pull/109#issuecomment-2418867852

Adds a TraitProperty that describes in which locations a trait can be used. And a value_traits field to operator to attach traits to arguments.