User Details
User Details
- User Since
- Aug 30 2023, 1:41 PM (13 w, 59 m)
Sep 7 2023
Sep 7 2023
jwanggit86 updated the diff for D159239: [AMDGPU] Incorrect error message regarding SCC modifier.
Changed local var name from "HasSCCInsts" to "AllowSCCModifier".
Sep 6 2023
Sep 6 2023
jwanggit86 added inline comments to D159239: [AMDGPU] Incorrect error message regarding SCC modifier.
jwanggit86 added inline comments to D159239: [AMDGPU] Incorrect error message regarding SCC modifier.
Sep 5 2023
Sep 5 2023
jwanggit86 updated the diff for D159239: [AMDGPU] Incorrect error message regarding SCC modifier.
Made 2 changes per review comments: (1) var name changed from scc_flags to HasSCCInsts (2) code formatted with clang-format.
Aug 31 2023
Aug 31 2023
jwanggit86 updated the diff for D159239: [AMDGPU] Incorrect error message regarding SCC modifier.
(1) created a const to hold the flags for all the 4 classes of instructions (2) tests removed from gfx90a_err.s are added to gfx90a_asm_features.s.
Aug 30 2023
Aug 30 2023
jwanggit86 requested review of D159239: [AMDGPU] Incorrect error message regarding SCC modifier.