cygao90 wrote:
Hi, sorry for the late response. I haven't tested this yet, but this pr is old,
I will close it. Feel free to submit a new PR to fix this issue.
https://github.com/llvm/llvm-project/pull/75435
___
cfe-commits mailing list
cfe-commits@li
https://github.com/cygao90 closed
https://github.com/llvm/llvm-project/pull/75435
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
cygao90 wrote:
Ping
https://github.com/llvm/llvm-project/pull/75435
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/cygao90 edited
https://github.com/llvm/llvm-project/pull/75435
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/cygao90 created
https://github.com/llvm/llvm-project/pull/75435
Fixes: #72468.
The left side bool vector did not perform a specific
conversion(`CodeGenFunction::emitBoolVecConversion`) in compound assignment
>From 04e97b13e274a10bf199cc143c758d6d3889db31 Mon Sep 17 00:00:00
https://github.com/cygao90 closed
https://github.com/llvm/llvm-project/pull/75131
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/cygao90 created
https://github.com/llvm/llvm-project/pull/75131
See #69468.
>From ffc9b634427a117cacfd06d9247fdb98cb6bbb30 Mon Sep 17 00:00:00 2001
From: Chenyang Gao
Date: Tue, 12 Dec 2023 03:22:31 +0800
Subject: [PATCH] [clang] Fix logic in APValue::LValueBase::getType()