https://github.com/leecheechen closed
https://github.com/llvm/llvm-project/pull/83536
___
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-backend-loongarch
Author: None (leecheechen)
Changes
For instruction xvpermi.q, only [1:0] and [5:4] bits of operands[3] are used.
The unused bits in operands[3] need to be set to 0 to avoid causing undefined
behavior.
(cherry picked from commit d7c80
https://github.com/leecheechen created
https://github.com/llvm/llvm-project/pull/83536
For instruction xvpermi.q, only [1:0] and [5:4] bits of operands[3] are used.
The unused bits in operands[3] need to be set to 0 to avoid causing undefined
behavior.
(cherry picked from commit d7c80bba698bd
ChuanqiXu9 wrote:
The error message looks odd since the language options shouldn't be involved.
https://github.com/llvm/llvm-project/pull/83237
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailm
https://github.com/vitalybuka approved this pull request.
https://github.com/llvm/llvm-project/pull/83090
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Mehdi Amini
Date: 2024-02-29T15:04:27-08:00
New Revision: 43a5e5da259de724dc310153dc4c219d102bd89a
URL:
https://github.com/llvm/llvm-project/commit/43a5e5da259de724dc310153dc4c219d102bd89a
DIFF:
https://github.com/llvm/llvm-project/commit/43a5e5da259de724dc310153dc4c219d102bd89a.diff
L
vgvassilev wrote:
> @vgvassilev this may be ready to test.
I triggered a test here: https://github.com/root-project/root/pull/14495
I still need to verify if I did not screw up bringing your changes back to our
builds but locally it crashes quite early with:
```
0 rootcling_stage1
https://github.com/jpienaar approved this pull request.
https://github.com/llvm/llvm-project/pull/83423
___
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/jpienaar approved this pull request.
https://github.com/llvm/llvm-project/pull/83286
___
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/matthias-springer updated
https://github.com/llvm/llvm-project/pull/83425
>From 22e8d5ea80b74d687c3e792c512f50b9de81f489 Mon Sep 17 00:00:00 2001
From: Matthias Springer
Date: Thu, 29 Feb 2024 12:58:26 +
Subject: [PATCH] [mlir][Transforms] Add listener support to dialect
llvmbot wrote:
@llvm/pr-subscribers-mlir-core
Author: Matthias Springer (matthias-springer)
Changes
This commit adds listener support to the dialect conversion. Similarly to the
greedy pattern rewrite driver, an optional listener can be specified in the
configuration object.
Listeners a
https://github.com/matthias-springer created
https://github.com/llvm/llvm-project/pull/83425
This commit adds listener support to the dialect conversion. Similarly to the
greedy pattern rewrite driver, an optional listener can be specified in the
configuration object.
Listeners are notified o
llvmbot wrote:
@llvm/pr-subscribers-mlir-core
@llvm/pr-subscribers-mlir
Author: Matthias Springer (matthias-springer)
Changes
The dialect conversion uses a `SingleEraseRewriter` to ensure that an op/block
is not erased twice. This can happen during the "commit" phase when an
unresolved m
https://github.com/matthias-springer created
https://github.com/llvm/llvm-project/pull/83423
The dialect conversion uses a `SingleEraseRewriter` to ensure that an op/block
is not erased twice. This can happen during the "commit" phase when an
unresolved materialization is inserted into a block
14 matches
Mail list logo