User Details
User Details
- User Since
- Aug 22 2019, 5:40 PM (214 w, 1 d)
Aug 23 2023
Aug 23 2023
Aug 9 2023
Aug 9 2023
yubing added a reviewer for D157251: [X86][regcall] Do not produce @ number suffix if it is regcall4: mikerice.
Aug 8 2023
Aug 8 2023
yubing updated the diff for D157251: [X86][regcall] Do not produce @ number suffix if it is regcall4.
small fix
yubing updated the diff for D157251: [X86][regcall] Do not produce @ number suffix if it is regcall4.
small fix
yubing updated the diff for D157251: [X86][regcall] Do not produce @ number suffix if it is regcall4.
add testcase
Aug 6 2023
Aug 6 2023
yubing added reviewers for D157251: [X86][regcall] Do not produce @ number suffix if it is regcall4: erichkeane, pengfei.
yubing requested review of D157251: [X86][regcall] Do not produce @ number suffix if it is regcall4.
Aug 2 2023
Aug 2 2023
yubing committed rG8b9c412aec41: [DominanceFrontier] fix addToFrontier to use insert (authored by wenju).
[DominanceFrontier] fix addToFrontier to use insert
yubing committed rG6ee497aa0b48: [X86][Regcall] Add an option to respect regcall ABI v.4 in win64&win32 (authored by yubing).
[X86][Regcall] Add an option to respect regcall ABI v.4 in win64&win32
Jul 31 2023
Jul 31 2023
yubing updated the diff for D155863: [X86][Regcall] Add an option to respect regcall ABI v.4 in win64&win32.
update testcase due to w=>x
yubing updated the diff for D155863: [X86][Regcall] Add an option to respect regcall ABI v.4 in win64&win32.
address c++ windows's mangling prefix w=>x
Jul 24 2023
Jul 24 2023
yubing added inline comments to D155863: [X86][Regcall] Add an option to respect regcall ABI v.4 in win64&win32.
yubing added inline comments to D155863: [X86][Regcall] Add an option to respect regcall ABI v.4 in win64&win32.
yubing added a reviewer for D155863: [X86][Regcall] Add an option to respect regcall ABI v.4 in win64&win32: fzou1.
yubing updated the diff for D155863: [X86][Regcall] Add an option to respect regcall ABI v.4 in win64&win32.
small fix
yubing added inline comments to D155863: [X86][Regcall] Add an option to respect regcall ABI v.4 in win64&win32.
yubing updated the diff for D155863: [X86][Regcall] Add an option to respect regcall ABI v.4 in win64&win32.
make retcc respect regcall ABI v.4 as well
Jul 20 2023
Jul 20 2023
yubing added a comment to D155863: [X86][Regcall] Add an option to respect regcall ABI v.4 in win64&win32.
ping?
yubing updated the diff for D155863: [X86][Regcall] Add an option to respect regcall ABI v.4 in win64&win32.
small fix
yubing added reviewers for D155863: [X86][Regcall] Add an option to respect regcall ABI v.4 in win64&win32: erichkeane, pengfei.
yubing requested review of D155863: [X86][Regcall] Add an option to respect regcall ABI v.4 in win64&win32.
Jun 19 2023
Jun 19 2023
yubing committed rG516e32678d87: [X86][AMX] set Stride to Tile's Col when doing combine amxcast and store into… (authored by yubing).
[X86][AMX] set Stride to Tile's Col when doing combine amxcast and store into…
yubing updated the diff for D153002: [X86][AMX] set Stride to Tile's Col when doing combine amxcast and store into tilestore.
add comments
yubing updated the diff for D153002: [X86][AMX] set Stride to Tile's Col when doing combine amxcast and store into tilestore.
do it for amxcast&load as well
yubing committed rG7faed5c49ca1: [X86][AMX] Let Store not be removed if combineCastStore failed (authored by yubing).
[X86][AMX] Let Store not be removed if combineCastStore failed
Jun 15 2023
Jun 15 2023
yubing added a comment to D152231: [CodeGen] Disable default copy ctor and copy assignment operator for class Array.
@dblaikie @aditya_nandakumar i just revert the commit
yubing committed rGc7cbf563cebd: Revert "[CodeGen] Disable default copy ctor and copy assignment operator for… (authored by yubing).
Revert "[CodeGen] Disable default copy ctor and copy assignment operator for…
yubing added inline comments to D124378: [X86][AMX] combine tile cast and load/store instruction..
yubing retitled D153002: [X86][AMX] set Stride to Tile's Col when doing combine amxcast and store into tilestore from [X86][AMX] set Stride to Tile's Col when doing combine amxcast and store into tilestore: %tile = call x86_amx @llvm.x86.tileloadd64.internal(i16 8, i16 32, i8* %src_ptr, i64 64) %vec = call <256 x i8> @llvm.x86.cast.tile.to.vector.v256i8(x86_amx... to [X86][AMX] set Stride to Tile's Col when doing combine amxcast and store into tilestore.
yubing added inline comments to D124378: [X86][AMX] combine tile cast and load/store instruction..
Jun 13 2023
Jun 13 2023
yubing added inline comments to D152819: [X86][AMX] Let Store not be removed if combineCastStore failed.
yubing added reviewers for D152819: [X86][AMX] Let Store not be removed if combineCastStore failed: pengfei, LuoYuanke.
yubing requested review of D152819: [X86][AMX] Let Store not be removed if combineCastStore failed.
Jun 8 2023
Jun 8 2023
yubing committed rG9b9848fb4d04: [CodeGen] Disable default copy ctor and copy assignment operator for… (authored by yubing).
[CodeGen] Disable default copy ctor and copy assignment operator for…
yubing committed rG03eb1c9755f0: [CodeGen] Disable default copy ctor and copy assignment operator for… (authored by yubing).
[CodeGen] Disable default copy ctor and copy assignment operator for…
yubing committed rGf2b43a77e110: [CodeGen] Disable default copy ctor and copy assignment operator for… (authored by yubing).
[CodeGen] Disable default copy ctor and copy assignment operator for…
Jun 7 2023
Jun 7 2023
yubing committed rGa6bd2241b861: [ExecutionEngine] Support TargetExtType in Interpreter (authored by wenju).
[ExecutionEngine] Support TargetExtType in Interpreter
Jun 6 2023
Jun 6 2023
yubing added a comment to D152233: [CodeGen] Disable default copy ctor and copy assignment operator for AggressiveAntiDepBreaker.
ping?
yubing added a comment to D152237: [CodeGen] Disable default copy ctor and copy assignment operator for PressureDiffs.
ping?
yubing added a comment to D152240: [CodeGen] Disable default copy ctor and copy assignment operator for MachineSchedContext.
ping?
yubing committed rG2b09c50f69b7: [CodeGen] Disable default copy assignment operator for struct VectorInfo (authored by yubing).
[CodeGen] Disable default copy assignment operator for struct VectorInfo
yubing committed rG466678b52020: [CodeGen] Disable default copy ctor and copy assignment operator for class Array (authored by yubing).
[CodeGen] Disable default copy ctor and copy assignment operator for class Array
yubing committed rG93405962f98c: [CodeGen] Disable default copy ctor and copy assignment operator for… (authored by yubing).
[CodeGen] Disable default copy ctor and copy assignment operator for…
yubing committed rG0b48f51f0b6a: [CodeGen] Disable default copy ctor and copy assignment operator for class… (authored by yubing).
[CodeGen] Disable default copy ctor and copy assignment operator for class…
yubing committed rGeb63819b51c8: [CodeGen] Disable default copy ctor and copy assignment operator for… (authored by yubing).
[CodeGen] Disable default copy ctor and copy assignment operator for…
yubing committed rGbaa31baab54b: [CodeGen] Disable default copy ctor and copy assignment operator for class… (authored by yubing).
[CodeGen] Disable default copy ctor and copy assignment operator for class…
yubing committed rG8ea3afeed59a: [CodeGen] Disable default copy ctor and copy assignment operator for… (authored by yubing).
[CodeGen] Disable default copy ctor and copy assignment operator for…
yubing committed rGae32ba4e015b: Set isRequired true for CFGViewer/CFGPrinter passes (authored by wenju).
Set isRequired true for CFGViewer/CFGPrinter passes
Jun 5 2023
Jun 5 2023
yubing updated the summary of D152231: [CodeGen] Disable default copy ctor and copy assignment operator for class Array.
yubing added reviewers for D152230: [CodeGen] Disable default copy assignment operator for struct VectorInfo: kazu, marels.
yubing updated the summary of D152230: [CodeGen] Disable default copy assignment operator for struct VectorInfo.
yubing requested review of D152230: [CodeGen] Disable default copy assignment operator for struct VectorInfo.
May 30 2023
May 30 2023
yubing committed rG5265ff253a87: [VLIWMachineScheduler] Disable default copy ctor and copy assignment operator… (authored by yubing).
[VLIWMachineScheduler] Disable default copy ctor and copy assignment operator…
yubing committed rGd5001e4f0daa: [MC] Disable default copy ctor and copy assignment operator for CodeViewContext (authored by yubing).
[MC] Disable default copy ctor and copy assignment operator for CodeViewContext
yubing committed rG7e99d318fddb: [MachineScheduler] Disable default copy ctor and copy assignment operator for… (authored by yubing).
[MachineScheduler] Disable default copy ctor and copy assignment operator for…