User Details
- User Since
- Apr 29 2020, 6:48 PM (44 w, 3 d)
Wed, Mar 3
THX for review!
delete extra spaces. THX for review!
Tue, Mar 2
Feb 3 2021
Patch has solved this regression bug in Front End.
Patch has solved this regression bug in Front End.
Jan 27 2021
Jan 26 2021
refine clang-format
If Clobber is edx only, don't change "={eax}" to "=&{eax}".
Jan 25 2021
Ping?
refine according to Lint
Jan 21 2021
Fix Lint: Pre-merge checks
Jan 20 2021
consider Clobber == "edx"
Jan 12 2021
consider "=A" into the patch
I uploaded another patch in front-end D94466. It also can fix this regression bug. Both solutions are reasonable to me, since for now clang is weak to deal with MS inline asm.
THX for review!
simplify the MIR test
Jan 11 2021
Jan 5 2021
Add MIR test
Jan 3 2021
This patch is to fix a regression bug (https://gcc.godbolt.org/z/GG44f6) on recent rewrite on RegAllocFast.cpp. The situation that implicit-def $eax and implicit-def early-clobber $eax both occur in MI is rare. But since old implement can handle it, so I add a some condition to check such MI.
Nov 6 2020
Nov 5 2020
Refine
Reorganize intrinsic orders to avoid using nested macros.
Nov 4 2020
Use header file macros instead.
I was referring to the old implement and test case. Seems like a error introduced before.
The fails are all unknown type errors on Windows, since those typedefs are declared in other header files.
The error message goes like:
Sep 23 2020
ping?