User Details
- User Since
- Dec 4 2014, 3:55 AM (459 w, 6 d)
Aug 10 2023
I have updated the patch with the suggested regex.
I have tested it here https://regex101.com/r/CZN3Mg/1
The e-mail "us\er2"@domain.com looks strange.
Aug 9 2023
I have updated the patch to extract all e-mail addresses in the admin info.
Note the dot at the end of the e-mail address is alloved in case of the admin info like Name1 <user1@domain.com>, Name2 user2@domain.com.
email.utils.parseaddr keeps the dot at the end too. It seems email.utils.parseaddr uses a similar regex.
Aug 3 2023
Jul 26 2023
Jul 1 2023
Jun 30 2023
Jun 29 2023
Jun 28 2023
Updated the error message, removed the required role name (LLVM group name).
Jun 22 2023
May 31 2023
May 29 2023
Nov 14 2022
Oct 2 2022
It seems already implemented here https://reviews.llvm.org/D132837
Sep 15 2022
Ping
Sep 5 2022
Sep 2 2022
Aug 24 2022
Aug 23 2022
Aug 15 2022
Aug 10 2022
Jul 30 2022
Jul 28 2022
Jul 26 2022
Jul 25 2022
Jul 23 2022
Jul 22 2022
Jun 9 2022
May 18 2022
Ping
May 17 2022
May 16 2022
May 15 2022
I have simplified the test and made it generic.
May 13 2022
Why do you think the results of SROA should be the same with an without lifetime intrinsics?
Ping
May 12 2022
May 11 2022
May 6 2022
I have updated the code and removed the loop from the test.
Here is the result after this patch. Compare the while_body section.
define i16 @foo(i32* nocapture readonly %loop) #1 { entry: br label %while_cond
May 5 2022
I have updated the test. Now it is generic, not NVPTX specific.
May 4 2022
May 3 2022
You are right. I’ll look into this more.
Apr 30 2022
Apr 29 2022
I believe the problem is solved here https://reviews.llvm.org/D123702
I will check everything and resubmit this patch.