[flang-commits] [clang] [flang] [llvm] [IR] Convert from nocapture to captures(none) (PR #123181)

Florian Hahn via flang-commits flang-commits at lists.llvm.org
Tue Jan 21 01:56:16 PST 2025


================
@@ -526,6 +526,11 @@ static AttributeSet getIntrinsicArgAttributeSet(LLVMContext &C, unsigned ID) {
 )",
                     ID);
       for (const CodeGenIntrinsic::ArgAttribute &Attr : Attrs) {
+        if (Attr.Kind == CodeGenIntrinsic::NoCapture) {
----------------
fhahn wrote:

Sounds good, as long as it will be renamed eventually.

https://github.com/llvm/llvm-project/pull/123181


More information about the flang-commits mailing list