[flang-commits] [clang] [flang] [llvm] [IR] Convert from nocapture to captures(none) (PR #123181)
Nikita Popov via flang-commits
flang-commits at lists.llvm.org
Tue Jan 21 01:06:15 PST 2025
================
@@ -1015,7 +1015,7 @@ struct OperandBundleUse {
/// has the attribute A.
bool operandHasAttr(unsigned Idx, Attribute::AttrKind A) const {
if (isDeoptOperandBundle())
- if (A == Attribute::ReadOnly || A == Attribute::NoCapture)
----------------
nikic wrote:
Yes.
https://github.com/llvm/llvm-project/pull/123181
More information about the flang-commits
mailing list