User Details
- User Since
- Jul 29 2016, 12:33 AM (356 w, 6 d)
Tue, May 30
Gentle ping ๐
Mon, May 22
Use different variables for different regs
Make LLVM_ENABLE_EXPENSIVE_CHECKS work
Fix tests
Thu, May 18
Nice! Just some drive-by nitpicking, sorry ๐
Wed, May 17
Mon, May 15
Fri, May 12
Apr 12 2023
Typo fix
Apr 11 2023
Thanks for the simplified version!
D147852 landed, so please rebase onto main and resolve conflicts.
Apr 9 2023
Rename a function
Rebase
Add one more test
Handle delegate too
Small cosmetic fix
More
delete newline
Fix
More
Apr 8 2023
Test name change
Add one more test
Apr 7 2023
Apr 5 2023
Apr 4 2023
Improve comments
Apr 1 2023
Mar 29 2023
Sorry, I hope https://reviews.llvm.org/rGb02db1dc78eed80c793f148913bd69a4a0ab823e fixed the error.
Mar 28 2023
I think the problem is, the call is instruction-selected as CALL, when it is supposed to be selected as CALL_INDIRECT. FastIsel selects it with CALL_INDIRECT; you can see the test passes with -fast-isel. I tried to fix this in ISel in D147033. PTAL.
Mar 24 2023
Remove test clone_different_bb_same_place
Mark two methods const
Mar 23 2023
Add missing !s in tests + Remove irrelevant line info
Address comments
dbg-value-move-reg-stackify.mir was deleted because I think the new dbg-value-reg-stackify.mir covers what it used to cover.
Mar 22 2023
Thanks for fixing this, but D146569 has landed first.
Thanks for the investigation!