https://github.com/vitalybuka converted_to_draft
https://github.com/llvm/llvm-project/pull/86775
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/vitalybuka edited
https://github.com/llvm/llvm-project/pull/86772
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-pgo
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/86775.diff
1 Files Affected:
- (modified) llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp (+32-13)
``diff
diff --git a/llvm/lib/T
https://github.com/vitalybuka created
https://github.com/llvm/llvm-project/pull/86775
None
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/86774
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/86772
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/86773
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/86773
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/86772
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/86774.diff
3 Files Affected:
- (modified) llvm/lib/Transforms/Instrumentation/HWAddressSanit
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/86773.diff
1 Files Affected:
- (modified) llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp (+5-2)
``diff
dif
llvmbot wrote:
@llvm/pr-subscribers-llvm-ir
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/86772.diff
3 Files Affected:
- (modified) llvm/include/llvm/IR/GlobalValue.h (+1)
- (modified) llvm/include/llvm/IR/IRBuilder.h (+6)
- (modif
https://github.com/vitalybuka created
https://github.com/llvm/llvm-project/pull/86774
None
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/vitalybuka created
https://github.com/llvm/llvm-project/pull/86773
None
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/vitalybuka created
https://github.com/llvm/llvm-project/pull/86772
None
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
AtariDreams wrote:
> Is there some reason you think we should take this specific patch, out of all
> the x86 ABI fixes going in recently? It isn't a regression, as far as I know.
It's a miscompile
https://github.com/llvm/llvm-project/pull/86698
___
https://github.com/aaupov updated
https://github.com/llvm/llvm-project/pull/82128
>From f46d68517b6d0804f56a087c86c20c9bc3a08a0f Mon Sep 17 00:00:00 2001
From: Amir Ayupov
Date: Tue, 26 Mar 2024 14:23:09 -0700
Subject: [PATCH 1/2] Update test
Created using spr 1.3.4
---
bolt/test/X86/yaml-ind
https://github.com/AtariDreams updated
https://github.com/llvm/llvm-project/pull/86731
>From 737f0ddcc34b407e0c910375fc9dcc095d51914c Mon Sep 17 00:00:00 2001
From: Alexey Bataev
Date: Thu, 21 Mar 2024 17:05:50 -0700
Subject: [PATCH] [SLP]Fix a crash if the argument of call was affected by
min
https://github.com/topperc approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/86424
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
minglotus-6 wrote:
> The invoke instruction can have 3 different kinds of prof data
>
> 1. call count (if a direct call)
> 2. VP profile data (if an indirect call)
> 3. branch weights for landing pad.
> 4. can coexist with 2) and does not need to be updated. Is there an existing
> test coverag
https://github.com/minglotus-6 updated
https://github.com/llvm/llvm-project/pull/83809
>From 9575b83ea40012ecbfbf301a24ec89de0726ffd4 Mon Sep 17 00:00:00 2001
From: mingmingl
Date: Mon, 4 Mar 2024 00:43:55 -0800
Subject: [PATCH] update profile for invoke instruction in caller and callee
after
efriedma-quic wrote:
Is there some reason you think we should take this specific patch, out of all
the x86 ABI fixes going in recently? It isn't a regression, as far as I know.
https://github.com/llvm/llvm-project/pull/86698
___
llvm-branch-commits m
https://github.com/aaupov updated
https://github.com/llvm/llvm-project/pull/82128
>From f46d68517b6d0804f56a087c86c20c9bc3a08a0f Mon Sep 17 00:00:00 2001
From: Amir Ayupov
Date: Tue, 26 Mar 2024 14:23:09 -0700
Subject: [PATCH] Update test
Created using spr 1.3.4
---
bolt/test/X86/yaml-indirec
https://github.com/aaupov edited https://github.com/llvm/llvm-project/pull/82128
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/aaupov edited https://github.com/llvm/llvm-project/pull/82128
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/AtariDreams edited
https://github.com/llvm/llvm-project/pull/86728
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/AtariDreams updated
https://github.com/llvm/llvm-project/pull/86728
>From 0cb47c1dfda89f97725d5855429eb037be7f90ef Mon Sep 17 00:00:00 2001
From: Rose
Date: Tue, 26 Mar 2024 16:34:09 -0400
Subject: [PATCH 1/2] [X86] Pre-commit tests (NFC)
---
llvm/test/CodeGen/X86/sar_fold.
https://github.com/AtariDreams edited
https://github.com/llvm/llvm-project/pull/86728
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/AtariDreams updated
https://github.com/llvm/llvm-project/pull/86728
>From 0cb47c1dfda89f97725d5855429eb037be7f90ef Mon Sep 17 00:00:00 2001
From: Rose
Date: Tue, 26 Mar 2024 16:34:09 -0400
Subject: [PATCH 1/2] [X86] Pre-commit tests (NFC)
---
llvm/test/CodeGen/X86/sar_fold.
=?utf-8?q?Björn?= Pettersson
Message-ID:
In-Reply-To:
https://github.com/AtariDreams updated
https://github.com/llvm/llvm-project/pull/86728
>From bd0c822c3bf356b4dc8ddc0a7449e199c44ce840 Mon Sep 17 00:00:00 2001
From: Rose
Date: Tue, 26 Mar 2024 16:34:09 -0400
Subject: [PATCH 1/2] [X86] Pre
https://github.com/alexey-bataev approved this pull request.
LG
https://github.com/llvm/llvm-project/pull/86731
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: AtariDreams (AtariDreams)
Changes
Need to support proper type conversion for function arguments to avoid compiler
crash.
---
Full diff: https://github.com/llvm/llvm-project/pull/86731.diff
2 Files Affected:
- (modified) llvm/
https://github.com/AtariDreams updated
https://github.com/llvm/llvm-project/pull/86731
>From f4a886e10ccb56edc8d002492cc9d208362a Mon Sep 17 00:00:00 2001
From: Alexey Bataev
Date: Thu, 21 Mar 2024 17:05:50 -0700
Subject: [PATCH] [SLP]Fix a crash if the argument of call was affected by
min
https://github.com/AtariDreams created
https://github.com/llvm/llvm-project/pull/86731
Need to support proper type conversion for function arguments to avoid compiler
crash.
>From a169761a39f409e0fe13cea6fbbf90a831c1f577 Mon Sep 17 00:00:00 2001
From: Alexey Bataev
Date: Thu, 21 Mar 2024 17:0
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: AtariDreams (AtariDreams)
Changes
When folding (ashr (shl, x, c1), c2) we need to treat c1 and c2 as unsigned to
find out if the combined shift should be a left or right shift.
Also do an early out during pre-legalization in case c1
https://github.com/AtariDreams created
https://github.com/llvm/llvm-project/pull/86728
When folding (ashr (shl, x, c1), c2) we need to treat c1 and c2 as unsigned to
find out if the combined shift should be a left or right shift.
Also do an early out during pre-legalization in case c1 and c2 ha
https://github.com/aaupov updated
https://github.com/llvm/llvm-project/pull/82128
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/aaupov updated
https://github.com/llvm/llvm-project/pull/82128
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/AtariDreams closed
https://github.com/llvm/llvm-project/pull/86701
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/AtariDreams reopened
https://github.com/llvm/llvm-project/pull/86701
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/AtariDreams updated
https://github.com/llvm/llvm-project/pull/86698
>From 707fa564f1b047442d731290e6a634b8df308692 Mon Sep 17 00:00:00 2001
From: Longsheng Mou
Date: Tue, 26 Mar 2024 09:19:42 +0800
Subject: [PATCH] [X86_64] fix SSE type error in vaarg. (#86377)
tweak the pos
@@ -0,0 +1,1374 @@
+//===--===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
@@ -0,0 +1,53 @@
+// -*- C++ -*-
+//===--===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-
https://github.com/ldionne edited
https://github.com/llvm/llvm-project/pull/85619
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -0,0 +1,127 @@
+//===--===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apa
https://github.com/ldionne commented:
We can dive into the implementation during the next round of review!
https://github.com/llvm/llvm-project/pull/85619
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cg
https://github.com/AtariDreams closed
https://github.com/llvm/llvm-project/pull/86701
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
MaskRay wrote:
The patch in question fixed a regression (assert in certain cases) introduced
by https://reviews.llvm.org/D157020
https://github.com/llvm/llvm-project/pull/86688
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
ht
https://github.com/MaskRay approved this pull request.
https://github.com/llvm/llvm-project/pull/86688
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/alexey-bataev approved this pull request.
LG
https://github.com/llvm/llvm-project/pull/86701
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: AtariDreams (AtariDreams)
Changes
Need to support proper type conversion for function arguments to avoid compiler
crash.
(cherry-picked from commit 3942bd2fb56380aa050977dc6aede011e191d9b0).
---
Full diff: https://github.com/ll
https://github.com/AtariDreams edited
https://github.com/llvm/llvm-project/pull/86701
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/AtariDreams created
https://github.com/llvm/llvm-project/pull/86701
Need to support proper type conversion for function arguments to avoid compiler
crash.
(cherry-picked from commit 3942bd2fb56380aa050977dc6aede011e191d9b0).
>From 02778184f1a05b264f4029cc405fe7f2ccfb1bb4 Mo
agozillon wrote:
Small ping for review of this PR stack if possible. I'll be away on vacation
for two and a half weeks, but it would be excellent to come back to review
comments on this PR stack that I can address and then make some forward
progress on. No rush obviously as there will be a 2 w
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: AtariDreams (AtariDreams)
Changes
tweak the position of the ++neededSSE when Lo is NoClass and Hi is SSE. Fix
#86371.
(cherry picked from commit 9c8dd5e6f6bd93deb95de9642632223f54a18a11)
---
Full diff: https://github.com/llvm/llvm-
https://github.com/AtariDreams created
https://github.com/llvm/llvm-project/pull/86698
tweak the position of the ++neededSSE when Lo is NoClass and Hi is SSE. Fix
#86371.
(cherry picked from commit 9c8dd5e6f6bd93deb95de9642632223f54a18a11)
>From 1e355856dda8f67f5431ac3d9000ce8ceef25743 Mon Se
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: AtariDreams (AtariDreams)
Changes
Backport of commit
https://github.com/llvm/llvm-project/commit/cb4453dc69d75064c9a82e9a6a9bf0d0ded4b204
---
Full diff: https://github.com/llvm/llvm-project/pull/86697.diff
2 Files Affected:
- (mo
https://github.com/AtariDreams edited
https://github.com/llvm/llvm-project/pull/86697
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/AtariDreams edited
https://github.com/llvm/llvm-project/pull/86697
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/AtariDreams created
https://github.com/llvm/llvm-project/pull/86697
Backport of commit
https://github.com/llvm/llvm-project/commit/cb4453dc69d75064c9a82e9a6a9bf0d0ded4b204
>From 0edb553acc9cdfa0b3b94732ea7db05829090eaf Mon Sep 17 00:00:00 2001
From: XChy
Date: Fri, 22 Mar 2
https://github.com/aeubanks approved this pull request.
https://github.com/llvm/llvm-project/pull/86065
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
shiltian wrote:
I think it's fine. WDYT? @tstellar
https://github.com/llvm/llvm-project/pull/86695
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/xingxue-ibm created
https://github.com/llvm/llvm-project/pull/86695
This patch implements `affinity` for AIX, which is quite different from
platforms such as Linux.
- Setting CPU affinity through masks and related functions are not supported.
System call `bindprocessor()` is
https://github.com/xingxue-ibm milestoned
https://github.com/llvm/llvm-project/pull/86695
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/joker-eph approved this pull request.
https://github.com/llvm/llvm-project/pull/86677
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-lld
Author: None (llvmbot)
Changes
Backport 48048051323d5dd74057dc5f32df8c3c323afcd5
Requested by: @EugeneZelenko
---
Full diff: https://github.com/llvm/llvm-project/pull/86688.diff
2 Files Affected:
- (modified) lld/ELF/Arch/X86_64.cpp (+4-3)
- (m
llvmbot wrote:
@MaskRay What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/86688
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listin
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/86688
Backport 48048051323d5dd74057dc5f32df8c3c323afcd5
Requested by: @EugeneZelenko
>From 439503ebeb126b44b7fcc8fa73a6912216074745 Mon Sep 17 00:00:00 2001
From: Arthur Eubanks
Date: Sun, 24 Mar 2024 11:43:15 -0600
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/86688
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -218,6 +218,22 @@ foreach(entry ${runtimes})
endforeach()
if(LLVM_INCLUDE_TESTS)
+ # Add lit if needed before adding any runtimes since their CMake tests
+ # configuration might depend on lit being present.
+ if (NOT HAVE_LLVM_LIT)
+# If built by manually invoking cm
@@ -218,6 +218,22 @@ foreach(entry ${runtimes})
endforeach()
if(LLVM_INCLUDE_TESTS)
+ # Add lit if needed before adding any runtimes since their CMake tests
+ # configuration might depend on lit being present.
+ if (NOT HAVE_LLVM_LIT)
+# If built by manually invoking cm
luporl wrote:
@NimishMishra Thanks for the review!
It seems the buildbot errors on Windows are all of this type: `fatal error
C1002: compiler is out of heap space in pass 2`.
> Is this merge not in main?
It is not. It depends on https://github.com/llvm/llvm-project/pull/85978, that
depends o
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: None (llvmbot)
Changes
Backport bce17034157fdfe4d898d30366c1eeca3442fa3d
Requested by: @EugeneZelenko
---
Full diff: https://github.com/llvm/llvm-project/pull/86677.diff
1 Files Affected:
- (modified) mlir/tools/mlir-tblgen/OpDefinition
llvmbot wrote:
@joker-eph What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/86677
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/list
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/86677
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/86677
Backport bce17034157fdfe4d898d30366c1eeca3442fa3d
Requested by: @EugeneZelenko
>From 6b3fe351c9abe9fa9e97ee26628fc1a99fe47e12 Mon Sep 17 00:00:00 2001
From: Andrei Golubev
Date: Mon, 25 Mar 2024 23:47:39 +0200
@@ -212,19 +185,13 @@ body: |
; CHECK-NEXT: $v7 = VMV1R_V $v14
; CHECK-NEXT: $v8 = VMV1R_V $v15
; CHECK-NEXT: $v9 = VMV1R_V $v16
-; CHECK-NEXT: $v4 = VMV1R_V $v10
-; CHECK-NEXT: $v5 = VMV1R_V $v11
-; CHECK-NEXT: $v6 = VMV1R_V $v12
-; CHEC
@@ -302,102 +302,98 @@ void RISCVInstrInfo::copyPhysRegVector(MachineBasicBlock
&MBB,
RISCVII::VLMUL LMul, unsigned NF) const
{
const TargetRegisterInfo *TRI = STI.getRegisterInfo();
- unsigned Opc;
- unsigned SubRegIdx;
- unsigned
@@ -302,102 +302,98 @@ void RISCVInstrInfo::copyPhysRegVector(MachineBasicBlock
&MBB,
RISCVII::VLMUL LMul, unsigned NF) const
{
const TargetRegisterInfo *TRI = STI.getRegisterInfo();
- unsigned Opc;
- unsigned SubRegIdx;
- unsigned
@@ -218,6 +218,22 @@ foreach(entry ${runtimes})
endforeach()
if(LLVM_INCLUDE_TESTS)
+ # Add lit if needed before adding any runtimes since their CMake tests
+ # configuration might depend on lit being present.
+ if (NOT HAVE_LLVM_LIT)
+# If built by manually invoking cm
NimishMishra wrote:
Also, the PR shows "[luporl] wants to merge 1 commit into
[**llvm:users/luporl/refactor-default-test**]from [luporl:luporl-omp-implicit]"
Is this merge not in `main`?
https://github.com/llvm/llvm-project/pull/85989
___
llvm-branch
@@ -213,11 +213,10 @@ subroutine nested_default_clause_tests
!CHECK: omp.terminator
!CHECK: }
!CHECK: omp.parallel {
-!CHECK: %[[PRIVATE_INNER_Z:.*]] = fir.alloca i32 {bindc_name = "z", pinned,
uniq_name = "_QFnested_default_clause_testsEz"}
!CHECK: %[[PRIVATE_INNER_W:.*]] =
https://github.com/NimishMishra approved this pull request.
Thanks a lot for these changes. I went through the changes; the handling of
symbols in semantics seems particularly fine.
LGTM! The windows builtbot is failing, though Linux is passing.
https://github.com/llvm/llvm-project/pull/85989
https://github.com/NimishMishra edited
https://github.com/llvm/llvm-project/pull/85989
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -0,0 +1,7 @@
+set(MLIR_MAIN_SRC_DIR ${LLVM_MAIN_SRC_DIR}/../mlir/include ) # --src-root
+set(MLIR_INCLUDE_DIR ${LLVM_MAIN_SRC_DIR}/../mlir/include ) # --includedir
+set(MLIR_TABLEGEN_OUTPUT_DIR ${CMAKE_BINARY_DIR}/tools/mlir/include)
+include_directories(SYSTEM ${MLIR_INCLUDE_D
@@ -0,0 +1,7 @@
+set(MLIR_MAIN_SRC_DIR ${LLVM_MAIN_SRC_DIR}/../mlir/include ) # --src-root
petrhosek wrote:
This variable seems unused and has the same value as `MLIR_INCLUDE_DIR` below,
what's the use case for this variable?
https://github.com/llvm/llvm-projec
andrey-golubev wrote:
Aha, so, apparently, I cannot even close a PR (lack of commit write access) :/
Could someone close this one as we don't plan on merging it? Not urgent anyway.
https://github.com/llvm/llvm-project/pull/83971
___
llvm-branch-commit
87 matches
Mail list logo