User Details
- User Since
- Dec 17 2015, 1:48 AM (389 w, 2 d)
Apr 13 2023
git-clang-format
Mar 30 2023
git-clang-format
Mar 27 2023
Mar 26 2023
Mar 24 2023
Mar 22 2023
Mar 17 2023
Mar 15 2023
Mar 8 2023
Oct 18 2022
Moved call annotateNonNullNoUndefBasedOnAccess()
Oct 5 2022
Mar 4 2021
Thanks for the information. I found the review now in https://reviews.llvm.org/D97512
This patch seems to introduce warnings for the case
Apr 6 2020
Mar 26 2020
Dec 26 2019
I have now updated the testcase according to comments by @MaskRay in commit 073cdb239044
Thanks for post-commit review comments.
Dec 20 2019
Dec 17 2019
Updated patch according to review comments.
Dec 16 2019
Ping
Nov 21 2019
Oct 30 2019
Oct 16 2019
Oct 10 2019
Sep 16 2019
Update testcases according to review comment.
Aug 19 2019
Jun 3 2019
Thanks!
May 29 2019
What about a testcase? It shouldn't be hard to add a small testcase that demonstrate that the changed builtins now work when compiling OpenCL C code for x86. I don't think you have to add all changed builtins to the testcase (but a few to demonstrate the change).
May 16 2019
May 15 2019
Updated according to review comments
May 14 2019
Added a new C++ testcase.
Removed the REQUIRES: avr-registered-target in the avr-builtins.c testcase.
May 12 2019
Feb 18 2019
Feb 15 2019
Feb 14 2019
Jan 3 2019
Dec 18 2018
Do you think this small lit testcase below work as a testcase for the -ffile-macro-prefix-to-remove option?
Dec 7 2018
Jul 30 2018
I found another reproducer for the problem. This one is slightly different where a different assert blow, but I guess its only a different symptom for the same fault. As this one is slightly smaller you might want to use this one as a testcase instead (or use both)? Run with "opt -bounds-checking -S".
Jul 23 2018
Jun 20 2018
Fixed another case when PHI nodes are not correctly updated.
This time it is when switch is replaced with a single branch.
Jun 12 2018
The fix solves the problem I saw originally in a out of tree target (described in PR37745) but I don't know JumpThreading enough to say if the fix is good or not. Thanks for working on this.
Jun 4 2018
Ping?
Ping?
Jun 1 2018
Updated testcases according to comments
May 30 2018
Updated testcase according to comment.
Adding reviewers.
May 26 2018
May 25 2018
Added Jonas Devlieghere as reviewer as he was involved in the review of rL327851 (which seems to be the reason for this patch).
Reduced the size of the testcase.
Adding Matthew Simpson and Sanjay Patel as reviewers also as they have done work in ConstantFold recently.
May 23 2018
The reason for me to use WeakTrackingVH instead of WeakVH from the beginning was only that it was used elsewhere in the file. However as you point out WeakVH should be fine as RAUW is not used in RecursivelyDeleteTriviallyDeadInstructions(). I adjust the code to use WeakVH.
May 22 2018
May 21 2018
Ping?
May 18 2018
May 14 2018
Ping!
Anyone up for reviewing this?
This definitely solve the problem I saw in the issue pr37369.
May 9 2018
Changed testcase according what was suggested by lebedev.ri
Ping!
Anyone up for reviewing this?
May 7 2018
May 2 2018
Apr 26 2018
Adding Matthias Braun and Krzysztof Parzyszek as reviewer as it seems you both have done work in BranchFolding.cpp before. Do you have time to review this change?