[clang] [Clang][CodeGen] Fix crash when using bool vector in compound assignment (PR #75435)

2025-02-25 Thread Chenyang Gao via cfe-commits
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

[clang] [Clang][CodeGen] Fix crash when using bool vector in compound assignment (PR #75435)

2025-02-25 Thread Chenyang Gao via cfe-commits
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

[clang] [Clang][CodeGen] Fix crash when using bool vector in compound assignment (PR #75435)

2023-12-17 Thread Chenyang Gao via 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

[clang] [Clang][CodeGen] Fix crash when using bool vector in compound assignment (PR #75435)

2023-12-13 Thread Chenyang Gao via 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

[clang] [Clang][CodeGen] Fix crash when using bool vector in compound assignment (PR #75435)

2023-12-13 Thread Chenyang Gao via 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

[clang] [clang] Fix logic in APValue::LValueBase::getType() (PR #75131)

2023-12-11 Thread Chenyang Gao via cfe-commits
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

[clang] [clang] Fix logic in APValue::LValueBase::getType() (PR #75131)

2023-12-11 Thread Chenyang Gao via 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()