Issue 136125
Summary [LLVMIR] Add support for captures attribute
Labels mlir:llvm
Assignees
Reporter nikic
    LLVM IR has replaced the `nocapture` attribute with the `captures` attribute. The LLVMIR MLIR dialect currently still uses `nocapture`. It would probably make sense to migrate it to `captures` as well.

https://discourse.llvm.org/t/rfc-improvements-to-capture-tracking/81420
https://llvm.org/docs/LangRef.html (search for "captures(...)").
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to