## Feature request <!-- Please include details of the feature you would like to see, why you would like to see it/the use case. --> Ability to add attributes such as `nofree`, `nosync`, `memory(none)` to an `ir.Function` is required as LLVM currently provides this as well. https://github.com/numba/llvmlite/blob/03e2c9085dadc15eedcac0d8c34244f11c29bb8a/llvmlite/ir/values.py#L884
Feature request
Ability to add attributes such as
nofree,nosync,memory(none)to anir.Functionis required as LLVM currently provides this as well.llvmlite/llvmlite/ir/values.py
Line 884 in 03e2c90