Page MenuHomePhabricator

SixWeining (Lu Weining)
User

Projects

User does not belong to any projects.

User Details

User Since
Nov 1 2021, 11:53 PM (72 w, 5 d)

Recent Activity

Thu, Mar 23

SixWeining accepted D146716: [tsan] Derive the unmangled SP in longjmp with xor key on loongarch64.
Thu, Mar 23, 7:17 PM · Restricted Project, Restricted Project
SixWeining added inline comments to D146716: [tsan] Derive the unmangled SP in longjmp with xor key on loongarch64.
Thu, Mar 23, 6:00 AM · Restricted Project, Restricted Project

Tue, Mar 21

SixWeining accepted D146600: [LoongArch] Enable LoopDataPrefetch pass.

LGTM except a nit.

Tue, Mar 21, 10:56 PM · Restricted Project, Restricted Project

Thu, Mar 16

SixWeining added inline comments to D142688: [Clang][Driver] Handle LoongArch multiarch tuples.
Thu, Mar 16, 1:01 AM · Restricted Project, Restricted Project
SixWeining committed rG19e2ebbf45bd: [LoongArch] Emit bytepick for picking from concatenation of two values (authored by WANG Xuerui <git@xen0n.name>).
[LoongArch] Emit bytepick for picking from concatenation of two values
Thu, Mar 16, 12:08 AM · Restricted Project, Restricted Project
SixWeining committed rGff475a0dd92f: [LoongArch] Add baseline tests for `bytepick` codegen. NFC (authored by WANG Xuerui <git@xen0n.name>).
[LoongArch] Add baseline tests for `bytepick` codegen. NFC
Thu, Mar 16, 12:07 AM · Restricted Project, Restricted Project
SixWeining closed D143880: [LoongArch] Emit bytepick for picking from concatenation of two values.
Thu, Mar 16, 12:07 AM · Restricted Project, Restricted Project
SixWeining closed D143879: [LoongArch] Add baseline tests for `bytepick` codegen. NFC.
Thu, Mar 16, 12:07 AM · Restricted Project, Restricted Project

Wed, Mar 15

SixWeining committed rGdb5dfec9d444: [Clang][LoongArch] Implement patchable function entry (authored by WANG Xuerui <git@xen0n.name>).
[Clang][LoongArch] Implement patchable function entry
Wed, Mar 15, 6:34 PM · Restricted Project, Restricted Project, Restricted Project
SixWeining closed D141785: [Clang][LoongArch] Implement patchable function entry.
Wed, Mar 15, 6:34 PM · Restricted Project, Restricted Project, Restricted Project

Mon, Mar 13

SixWeining committed rG27705f456a3a: [LLDB][ObjectFileELF] Correct the return type of Reloc{Offset,Addend}32 (authored by SixWeining).
[LLDB][ObjectFileELF] Correct the return type of Reloc{Offset,Addend}32
Mon, Mar 13, 1:24 AM · Restricted Project
SixWeining committed rGc2c93873d191: [LLDB][ObjectFileELF] Support LoongArch64 in ApplyReloctions (authored by SixWeining).
[LLDB][ObjectFileELF] Support LoongArch64 in ApplyReloctions
Mon, Mar 13, 1:24 AM · Restricted Project
SixWeining committed rG174a38f9c316: [LLDB][ObjectFileELF] Correct the return type of RelocOffset64 and RelocAddend64 (authored by SixWeining).
[LLDB][ObjectFileELF] Correct the return type of RelocOffset64 and RelocAddend64
Mon, Mar 13, 1:24 AM · Restricted Project
SixWeining closed D145571: [LLDB][ObjectFileELF] Correct the return type of Reloc{Offset,Addend}32.
Mon, Mar 13, 1:24 AM · Restricted Project, Restricted Project
SixWeining closed D145550: [LLDB][ObjectFileELF] Correct the return type of RelocOffset64 and RelocAddend64.
Mon, Mar 13, 1:24 AM · Restricted Project, Restricted Project
SixWeining closed D145462: [LLDB][ObjectFileELF] Support LoongArch64 in ApplyReloctions.
Mon, Mar 13, 1:23 AM · Restricted Project, Restricted Project

Wed, Mar 8

SixWeining requested review of D145571: [LLDB][ObjectFileELF] Correct the return type of Reloc{Offset,Addend}32.
Wed, Mar 8, 3:40 AM · Restricted Project, Restricted Project
SixWeining updated the summary of D145550: [LLDB][ObjectFileELF] Correct the return type of RelocOffset64 and RelocAddend64.
Wed, Mar 8, 1:52 AM · Restricted Project, Restricted Project
SixWeining updated the diff for D145550: [LLDB][ObjectFileELF] Correct the return type of RelocOffset64 and RelocAddend64.

Address @DavidSpickett's comments.

Wed, Mar 8, 1:51 AM · Restricted Project, Restricted Project
SixWeining added a comment to D145550: [LLDB][ObjectFileELF] Correct the return type of RelocOffset64 and RelocAddend64.

Seems to me that member functions of ELFRelocation should use the typedefs from lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h where there is one. elf_sxword for example.

If you want to do that in another patch, that's fine. Just in case some test case is relying on the uin64_t -> unsigned down cast unintentionally.

Wed, Mar 8, 1:48 AM · Restricted Project, Restricted Project

Tue, Mar 7

SixWeining requested review of D145550: [LLDB][ObjectFileELF] Correct the return type of RelocOffset64 and RelocAddend64.
Tue, Mar 7, 11:08 PM · Restricted Project, Restricted Project
SixWeining updated the diff for D145462: [LLDB][ObjectFileELF] Support LoongArch64 in ApplyReloctions.

Address @DavidSpickett's comments.

  1. Fix the && issue.
  2. Make the test more readable.
Tue, Mar 7, 10:45 PM · Restricted Project, Restricted Project
SixWeining added inline comments to D145462: [LLDB][ObjectFileELF] Support LoongArch64 in ApplyReloctions.
Tue, Mar 7, 10:43 PM · Restricted Project, Restricted Project

Mon, Mar 6

SixWeining updated the summary of D145462: [LLDB][ObjectFileELF] Support LoongArch64 in ApplyReloctions.
Mon, Mar 6, 7:52 PM · Restricted Project, Restricted Project
SixWeining requested review of D145462: [LLDB][ObjectFileELF] Support LoongArch64 in ApplyReloctions.
Mon, Mar 6, 7:51 PM · Restricted Project, Restricted Project

Feb 16 2023

SixWeining accepted D143879: [LoongArch] Add baseline tests for `bytepick` codegen. NFC.
Feb 16 2023, 10:51 PM · Restricted Project, Restricted Project
SixWeining accepted D143880: [LoongArch] Emit bytepick for picking from concatenation of two values.

Yes, I think the ISA's pseudo-code description is incorrect. Maybe it shoud be:

bytepick.w:
Feb 16 2023, 10:50 PM · Restricted Project, Restricted Project

Feb 15 2023

SixWeining accepted D141785: [Clang][LoongArch] Implement patchable function entry.

LGTM. Thanks.

Feb 15 2023, 5:44 PM · Restricted Project, Restricted Project, Restricted Project

Feb 14 2023

SixWeining committed rG2b8cb7d87fcb: [LoongArch] Make use of addu16i.d for adds with suitable immediates (authored by WANG Xuerui <git@xen0n.name>).
[LoongArch] Make use of addu16i.d for adds with suitable immediates
Feb 14 2023, 5:17 PM · Restricted Project, Restricted Project
SixWeining committed rGdcf9c60a538c: [LoongArch] Add baseline tests for `addu16i.d` codegen. NFC (authored by WANG Xuerui <git@xen0n.name>).
[LoongArch] Add baseline tests for `addu16i.d` codegen. NFC
Feb 14 2023, 5:17 PM · Restricted Project, Restricted Project
SixWeining committed rG82c6e90d6a3d: [Clang][Test] Add llvm-lto, llvm-lto2 and llvm-profdata to the tool… (authored by SixWeining).
[Clang][Test] Add llvm-lto, llvm-lto2 and llvm-profdata to the tool…
Feb 14 2023, 5:17 PM · Restricted Project, Restricted Project
SixWeining closed D143710: [LoongArch] Make use of addu16i.d for adds with suitable immediates.
Feb 14 2023, 5:17 PM · Restricted Project, Restricted Project
SixWeining closed D143846: [LoongArch] Add baseline tests for `addu16i.d` codegen. NFC.
Feb 14 2023, 5:17 PM · Restricted Project, Restricted Project
SixWeining closed D143806: [Clang][Test] Add llvm-lto, llvm-lto2 and llvm-profdata to the tool substitutions list.
Feb 14 2023, 5:16 PM · Restricted Project, Restricted Project

Feb 12 2023

SixWeining accepted D143710: [LoongArch] Make use of addu16i.d for adds with suitable immediates.

Thanks for the improvements. LGTM. What do others think?

Feb 12 2023, 6:53 PM · Restricted Project, Restricted Project

Feb 10 2023

SixWeining requested review of D143806: [Clang][Test] Add llvm-lto, llvm-lto2 and llvm-profdata to the tool substitutions list.
Feb 10 2023, 10:22 PM · Restricted Project, Restricted Project
SixWeining added inline comments to D143710: [LoongArch] Make use of addu16i.d for adds with suitable immediates.
Feb 10 2023, 1:55 AM · Restricted Project, Restricted Project

Feb 7 2023

SixWeining committed rG9bfe859e6b46: [flang] Enable LoongArch for x86CompatibleBehavior in floating point flag (authored by SixWeining).
[flang] Enable LoongArch for x86CompatibleBehavior in floating point flag
Feb 7 2023, 5:58 PM · Restricted Project, Restricted Project
SixWeining committed rG720f728d4f9f: [flang] Add LoongArch64 support to lib/Optimizer/CodeGen/Target.cpp (authored by SixWeining).
[flang] Add LoongArch64 support to lib/Optimizer/CodeGen/Target.cpp
Feb 7 2023, 5:57 PM · Restricted Project, Restricted Project
SixWeining closed D143132: [flang] Enable LoongArch for x86CompatibleBehavior in floating point flag.
Feb 7 2023, 5:57 PM · Restricted Project, Restricted Project
SixWeining closed D143131: [flang] Add LoongArch64 support to lib/Optimizer/CodeGen/Target.cpp.
Feb 7 2023, 5:57 PM · Restricted Project, Restricted Project

Feb 6 2023

SixWeining committed rG52731683c9a2: [lldb] Fix typo in LoongArch unittest (authored by SixWeining).
[lldb] Fix typo in LoongArch unittest
Feb 6 2023, 11:10 PM · Restricted Project

Feb 5 2023

SixWeining added inline comments to D143131: [flang] Add LoongArch64 support to lib/Optimizer/CodeGen/Target.cpp.
Feb 5 2023, 10:05 PM · Restricted Project, Restricted Project
SixWeining updated the diff for D143131: [flang] Add LoongArch64 support to lib/Optimizer/CodeGen/Target.cpp.

Address @vzakhari's comments and add LoongArch to more target-rewrite tests.

Feb 5 2023, 10:02 PM · Restricted Project, Restricted Project

Feb 1 2023

SixWeining committed rG4f2fde781fa9: [LoongArch] Honor the `--target-abi` option when generating e_flags (authored by SixWeining).
[LoongArch] Honor the `--target-abi` option when generating e_flags
Feb 1 2023, 7:40 PM · Restricted Project, Restricted Project
SixWeining closed D142837: [LoongArch] Honor the `--target-abi` option when generating e_flags.
Feb 1 2023, 7:40 PM · Restricted Project, Restricted Project
SixWeining committed rG695c81e8a61a: [LoongArch] Implement handling of triple-implied ABIs (authored by WANG Xuerui <git@xen0n.name>).
[LoongArch] Implement handling of triple-implied ABIs
Feb 1 2023, 7:39 PM · Restricted Project, Restricted Project
SixWeining closed D142685: [LoongArch] Implement handling of triple-implied ABIs.
Feb 1 2023, 7:39 PM · Restricted Project, Restricted Project
SixWeining requested review of D143132: [flang] Enable LoongArch for x86CompatibleBehavior in floating point flag.
Feb 1 2023, 7:29 PM · Restricted Project, Restricted Project
SixWeining requested review of D143131: [flang] Add LoongArch64 support to lib/Optimizer/CodeGen/Target.cpp.
Feb 1 2023, 7:27 PM · Restricted Project, Restricted Project

Jan 31 2023

SixWeining accepted D142685: [LoongArch] Implement handling of triple-implied ABIs.

LGTM. Thanks!

Jan 31 2023, 5:41 PM · Restricted Project, Restricted Project

Jan 29 2023

SixWeining requested review of D142837: [LoongArch] Honor the `--target-abi` option when generating e_flags.
Jan 29 2023, 2:28 AM · Restricted Project, Restricted Project

Jan 28 2023

SixWeining added a comment to D142685: [LoongArch] Implement handling of triple-implied ABIs.

Thanks. Overall LGTM except the handling of FeatureBits (maybe can be handled in a seperate patch) and some nits.

Jan 28 2023, 6:22 PM · Restricted Project, Restricted Project
SixWeining added inline comments to D142688: [Clang][Driver] Handle LoongArch multiarch tuples.
Jan 28 2023, 6:12 PM · Restricted Project, Restricted Project

Jan 22 2023

SixWeining committed rGaf6c43c8e99b: [LoongArch] Allow %pc_lo12 relocs in JIRL's immediate operand position (authored by WANG Xuerui <git@xen0n.name>).
[LoongArch] Allow %pc_lo12 relocs in JIRL's immediate operand position
Jan 22 2023, 2:51 AM · Restricted Project, Restricted Project
SixWeining closed D142278: [LoongArch] Allow %pc_lo12 relocs in JIRL's immediate operand position.
Jan 22 2023, 2:51 AM · Restricted Project, Restricted Project
SixWeining added a comment to D138135: [lld][ELF] Support LoongArch.

Verification result: llvm is successfully built/linked by clang/lld with this patch applied.

Jan 22 2023, 2:49 AM · Restricted Project, Restricted Project

Jan 21 2023

SixWeining added a comment to D138135: [lld][ELF] Support LoongArch.

I just verified the latest change, lld still fail to link llvm and report the error:

ld.lld: error: relocation R_LARCH_PCALA_HI20 cannot be used against symbol '__cxa_atexit'; recompile with -fPIC                                                                              
>>> defined in /usr/lib64/libc.so.6
>>> referenced by atexit.c:46 (../stdlib/atexit.c:46)
>>>               atexit.oS:(atexit) in archive /usr/lib64/libc_nonshared.a
clang-16: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Jan 21 2023, 7:35 AM · Restricted Project, Restricted Project
SixWeining added a comment to D138135: [lld][ELF] Support LoongArch.

Maybe should mention LLD in the title?

Jan 21 2023, 6:04 AM · Restricted Project, Restricted Project
SixWeining accepted D142278: [LoongArch] Allow %pc_lo12 relocs in JIRL's immediate operand position.

LGTM. Happy Chinese new year!

Jan 21 2023, 3:47 AM · Restricted Project, Restricted Project

Jan 17 2023

SixWeining accepted D141743: [LoongArch] Add an option for MCInstPrinter to print numeric reg names.
Jan 17 2023, 5:31 PM · Restricted Project, Restricted Project
SixWeining retitled D141743: [LoongArch] Add an option for MCInstPrinter to print numeric reg names from [LoongArch] Add an option for MCInstPrinter print numeric reg names to [LoongArch] Add an option for MCInstPrinter to print numeric reg names.
Jan 17 2023, 6:01 AM · Restricted Project, Restricted Project
SixWeining added inline comments to D141743: [LoongArch] Add an option for MCInstPrinter to print numeric reg names.
Jan 17 2023, 5:58 AM · Restricted Project, Restricted Project
SixWeining committed rG64582189b3fc: [docs] Add llvm & clang release notes for LoongArch (authored by SixWeining).
[docs] Add llvm & clang release notes for LoongArch
Jan 17 2023, 4:57 AM · Restricted Project, Restricted Project, Restricted Project
SixWeining closed D141750: [docs] Add llvm & clang release notes for LoongArch.
Jan 17 2023, 4:57 AM · Restricted Project, Restricted Project, Restricted Project

Jan 15 2023

SixWeining added a comment to D138135: [lld][ELF] Support LoongArch.

According to https://llvm.org/docs/HowToReleaseLLVM.html#release-patch-rules there might be 10 days (before RC1) for us. Hope we can finish it.

Jan 15 2023, 5:49 PM · Restricted Project, Restricted Project
SixWeining added a comment to D141785: [Clang][LoongArch] Implement patchable function entry.

Does anyone know why patchable-function-entry is not documented in https://llvm.org/docs/LangRef.html#function-attributes?

Jan 15 2023, 5:40 AM · Restricted Project, Restricted Project, Restricted Project

Jan 14 2023

SixWeining added a comment to D141750: [docs] Add llvm & clang release notes for LoongArch.
pip3 install --user recommonmark sphinx # sphinx-automodapi for lldb

cmake ...

ninja ... docs-llvm-html
Jan 14 2023, 2:39 AM · Restricted Project, Restricted Project, Restricted Project
SixWeining updated the diff for D141750: [docs] Add llvm & clang release notes for LoongArch.

Fix the issue "Title underline too short" reported by sphinx-build.

Jan 14 2023, 12:23 AM · Restricted Project, Restricted Project, Restricted Project

Jan 13 2023

SixWeining added a comment to D141750: [docs] Add llvm & clang release notes for LoongArch.

I'm not sure if there is any format issue. Is there any way to verify? e.g. how to generate .html like https://llvm.org/docs/ReleaseNotes.html?

Jan 13 2023, 11:01 PM · Restricted Project, Restricted Project, Restricted Project
SixWeining added a comment to D141750: [docs] Add llvm & clang release notes for LoongArch.

I'm not sure if there is any format issue. Is there any way to verify? e.g. how to generate .html like https://llvm.org/docs/ReleaseNotes.html?

Jan 13 2023, 10:57 PM · Restricted Project, Restricted Project, Restricted Project
SixWeining requested review of D141750: [docs] Add llvm & clang release notes for LoongArch.
Jan 13 2023, 10:50 PM · Restricted Project, Restricted Project, Restricted Project
SixWeining committed rG3a58e11961d8: [lsan] Add lsan support for loongarch64 (authored by tangyouling).
[lsan] Add lsan support for loongarch64
Jan 13 2023, 5:24 PM · Restricted Project, Restricted Project, Restricted Project
SixWeining committed rGb7ae5762a110: [LLDB][LoongArch] Add FP branch instructions for EmulateInstructionLoongArch (authored by lh03061238).
[LLDB][LoongArch] Add FP branch instructions for EmulateInstructionLoongArch
Jan 13 2023, 5:24 PM · Restricted Project
SixWeining committed rGb1f4f06dede5: [LLDB][LoongArch] Delete the s9 register alias definition (authored by lh03061238).
[LLDB][LoongArch] Delete the s9 register alias definition
Jan 13 2023, 5:24 PM · Restricted Project
SixWeining closed D139686: [lsan] Add lsan support for loongarch64.
Jan 13 2023, 5:24 PM · Restricted Project, Restricted Project, Restricted Project
SixWeining closed D140759: [LLDB][LoongArch] Add FP branch instructions for EmulateInstructionLoongArch.
Jan 13 2023, 5:24 PM · Restricted Project, Restricted Project
SixWeining closed D140615: [LLDB][LoongArch] Delete the s9 register alias definition.
Jan 13 2023, 5:24 PM · Restricted Project, Restricted Project

Jan 12 2023

SixWeining committed rG1eaadaea5090: [LLDB][LoongArch] Add unittests for EmulateInstructionLoongArch (authored by lh03061238).
[LLDB][LoongArch] Add unittests for EmulateInstructionLoongArch
Jan 12 2023, 6:19 PM · Restricted Project
SixWeining committed rGd52582b6b7df: [LLDB][LoongArch] ObjectFile: add a case for `EM_LOONGARCH` (authored by lh03061238).
[LLDB][LoongArch] ObjectFile: add a case for `EM_LOONGARCH`
Jan 12 2023, 6:19 PM · Restricted Project
SixWeining closed D140386: [LLDB][LoongArch] Add unittests for EmulateInstructionLoongArch.
Jan 12 2023, 6:19 PM · Restricted Project, Restricted Project
SixWeining closed D141245: [LLDB][LoongArch] ObjectFile: add a case for `EM_LOONGARCH`.
Jan 12 2023, 6:19 PM · Restricted Project, Restricted Project
SixWeining added a comment to D140528: [msan] Add msan support for loongarch64.

Seems that missing atest in llvm/test/Instrumentation/MemorySanitizer/.

Jan 12 2023, 4:37 AM · Restricted Project, Restricted Project, Restricted Project
SixWeining added a comment to D139686: [lsan] Add lsan support for loongarch64.

LGTM. Is there any objection?

Jan 12 2023, 4:13 AM · Restricted Project, Restricted Project, Restricted Project

Jan 11 2023

SixWeining updated subscribers of D139256: [gn build] Add LoongArch target.

Hi @thakis, LoongArch has been promoted to official target in D141191. Do you need to update gn build accordingly? (As I don't know how to verify.)

Jan 11 2023, 5:37 PM · Restricted Project, Restricted Project
SixWeining committed rG43cf2f8103f9: [LoongArch] Refine the condition to return Match_RequiresAMORdDifferRkRj in… (authored by SixWeining).
[LoongArch] Refine the condition to return Match_RequiresAMORdDifferRkRj in…
Jan 11 2023, 1:17 AM · Restricted Project, Restricted Project
SixWeining committed rG85865f965d57: Reland "[CMake][LoongArch] Add LoongArch to LLVM_ALL_TARGETS so it is built by… (authored by SixWeining).
Reland "[CMake][LoongArch] Add LoongArch to LLVM_ALL_TARGETS so it is built by…
Jan 11 2023, 12:44 AM · Restricted Project, Restricted Project

Jan 10 2023

SixWeining added a reverting change for rGb5cb91fc1cb8: [CMake][LoongArch] Add LoongArch to LLVM_ALL_TARGETS so it is built by default: rG35d2c1a748be: Revert "[CMake][LoongArch] Add LoongArch to LLVM_ALL_TARGETS so it is built by….
Jan 10 2023, 5:34 PM · Restricted Project, Restricted Project
SixWeining committed rG35d2c1a748be: Revert "[CMake][LoongArch] Add LoongArch to LLVM_ALL_TARGETS so it is built by… (authored by SixWeining).
Revert "[CMake][LoongArch] Add LoongArch to LLVM_ALL_TARGETS so it is built by…
Jan 10 2023, 5:34 PM · Restricted Project, Restricted Project
SixWeining added a reverting change for D141191: [CMake][LoongArch] Add LoongArch to LLVM_ALL_TARGETS so it is built by default: rG35d2c1a748be: Revert "[CMake][LoongArch] Add LoongArch to LLVM_ALL_TARGETS so it is built by….
Jan 10 2023, 5:34 PM · Restricted Project, Restricted Project
SixWeining added a comment to D141191: [CMake][LoongArch] Add LoongArch to LLVM_ALL_TARGETS so it is built by default.

Expensive check fail https://lab.llvm.org/buildbot/#/builders/16/builds/41677. I will fix it as soon as possilbe or revert this change.

Jan 10 2023, 4:57 PM · Restricted Project, Restricted Project
SixWeining committed rGb5cb91fc1cb8: [CMake][LoongArch] Add LoongArch to LLVM_ALL_TARGETS so it is built by default (authored by SixWeining).
[CMake][LoongArch] Add LoongArch to LLVM_ALL_TARGETS so it is built by default
Jan 10 2023, 3:56 PM · Restricted Project, Restricted Project
SixWeining closed D141191: [CMake][LoongArch] Add LoongArch to LLVM_ALL_TARGETS so it is built by default.
Jan 10 2023, 3:55 PM · Restricted Project, Restricted Project
SixWeining added a comment to D141191: [CMake][LoongArch] Add LoongArch to LLVM_ALL_TARGETS so it is built by default.

Thanks to all you guys to make things happen!

Jan 10 2023, 3:55 PM · Restricted Project, Restricted Project

Jan 9 2023

SixWeining added a comment to D139582: [GVN] Improve PRE on load instructions.

This change failed the https://github.com/llvm/llvm-test-suite/blob/main/SingleSource/Regression/C/gcc-c-torture/execute/pr59747.c (-O2/-O3) on many platforms including x86-64.

I think it is easy to reproduce:

clang -O2 pr59747.c
./a.out
Jan 9 2023, 7:09 PM · Restricted Project, Restricted Project
SixWeining added a comment to D139582: [GVN] Improve PRE on load instructions.

This change failed the https://github.com/llvm/llvm-test-suite/blob/main/SingleSource/Regression/C/gcc-c-torture/execute/pr59747.c (-O2/-O3) on many platforms including x86-64.

Jan 9 2023, 7:04 PM · Restricted Project, Restricted Project
SixWeining added a comment to D141191: [CMake][LoongArch] Add LoongArch to LLVM_ALL_TARGETS so it is built by default.

Generally speaking ping is supposed to be once a week. But I ping now in order to have more time to resolve potential compiling or testing issues when the backend was exposed to other bots.

Jan 9 2023, 2:55 PM · Restricted Project, Restricted Project

Jan 8 2023

SixWeining updated the diff for D141191: [CMake][LoongArch] Add LoongArch to LLVM_ALL_TARGETS so it is built by default.

rebase

Jan 8 2023, 7:49 PM · Restricted Project, Restricted Project
SixWeining accepted D141245: [LLDB][LoongArch] ObjectFile: add a case for `EM_LOONGARCH`.
Jan 8 2023, 6:28 PM · Restricted Project, Restricted Project

Jan 7 2023

SixWeining requested review of D141191: [CMake][LoongArch] Add LoongArch to LLVM_ALL_TARGETS so it is built by default.
Jan 7 2023, 1:35 AM · Restricted Project, Restricted Project