User Details
- User Since
- May 19 2021, 10:18 AM (88 w, 4 d)
Dec 16 2022
Rebase, futz with parent diffs in arc for wenlei@.
Dec 15 2022
Fix langref nit, use update_test_checks.py.
Dec 9 2022
Rebase
Movie logic into BasicAA.
Clean up nit.
Abandoning in favor of merging this functionality into BasicAA in D136514, as suggested in the review there.
Dec 8 2022
Fix the LangRef changes -- left some junk lying around.
Thanks, think I caught everything this time around.
Per review comments.
Per review comments.
Per review comments.
Per review comments.
Dec 1 2022
ping @nikic, would you mind taking another look? I think with the changes you suggested this ends up as a much cleaner stack (being able to avoid duplicating so much of the assume handling really cuts down). My followup plan is to expand this to handle the possibility of inline storage (e.g. the small string optimization), which is where we incur more of the costs, but I'd rather build on something stable before going much further.
Nov 28 2022
Fix out-of-date comment.
Add langref change for separate_storage attribute.
Fix build.
Fix build, move out-of-date comment.
Nov 17 2022
Update per review comments.
Oct 24 2022
Rather than adding a separate aliasAt() API, we should add an extra optional argument to alias(). Especially when it comes to the Concept/Model/Base I don't see a value in having both alias() and aliasAt().
Oct 21 2022
Removing from draft to get some feedback, but still more or less an RFC at the moment.
Nov 22 2021
(For background: I'm a jemalloc maintainer and wrote N2293).
May 25 2021
Ah, gotcha, thanks. Still learning the LLVM diff workflows.
May 24 2021
Add (a / y) * y % y tests, make Opcode first arg, add Alive2 links to the commit message.
May 22 2021
BTW, re-reading I realized I phrased that diff update poorly. I meant to say something more like "now that I understand better, it's obvious to me that you're right", not like "that thing you pointed out was obvious"; hopefully it parsed that way, and sorry if it didn't.
May 21 2021
Merge cases into simplifyDivRem
May 20 2021
I don't have commit access. Happy to split this in two and do two diffs if you'd prefer, though.
Add commuted and vector test cases.