[clang] [Clang] Swap range metadata to attribute for intrinsics. (PR #94851)

2024-06-19 Thread Andreas Jonson via cfe-commits
https://github.com/andjo403 closed https://github.com/llvm/llvm-project/pull/94851 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Swap range metadata to attribute for intrinsics. (PR #94851)

2024-06-11 Thread Nikita Popov via cfe-commits
https://github.com/nikic approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/94851 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Swap range metadata to attribute for intrinsics. (PR #94851)

2024-06-11 Thread Andreas Jonson via cfe-commits
andjo403 wrote: also changed the noundef to mach the range attribute https://github.com/llvm/llvm-project/pull/94851 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Swap range metadata to attribute for intrinsics. (PR #94851)

2024-06-11 Thread Andreas Jonson via cfe-commits
https://github.com/andjo403 updated https://github.com/llvm/llvm-project/pull/94851 >From 6b4556ea373d90a780c132ab2c51ae46d40a3f49 Mon Sep 17 00:00:00 2001 From: Andreas Jonson Date: Sun, 26 May 2024 10:02:25 +0200 Subject: [PATCH 1/2] [Clang] swap range metadata to attribute for Intrinsics. -

[clang] [Clang] Swap range metadata to attribute for intrinsics. (PR #94851)

2024-06-08 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Andreas Jonson (andjo403) Changes Continues to swap out range metadata to range attribute for calls to be able to deprecate range metadata on calls in the future --- Full diff: https://github.com/llvm/llvm-project/pull/94851.diff 3 File

[clang] [Clang] Swap range metadata to attribute for intrinsics. (PR #94851)

2024-06-08 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-codegen Author: Andreas Jonson (andjo403) Changes Continues to swap out range metadata to range attribute for calls to be able to deprecate range metadata on calls in the future --- Full diff: https://github.com/llvm/llvm-project/pull/94851.diff

[clang] [Clang] Swap range metadata to attribute for intrinsics. (PR #94851)

2024-06-08 Thread Andreas Jonson via cfe-commits
https://github.com/andjo403 created https://github.com/llvm/llvm-project/pull/94851 Continues to swap out range metadata to range attribute for calls to be able to deprecate range metadata on calls in the future >From 6b4556ea373d90a780c132ab2c51ae46d40a3f49 Mon Sep 17 00:00:00 2001 From: Andr