[llvm] [Mips] When emit instruction, ignore JUMP_TABLE_DEBUG_INFO (PR #139830)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue May 20 21:24:18 PDT 2025
================
@@ -0,0 +1,119 @@
+; RUN: llc -mtriple=mipsel-windows-gnu < %s | FileCheck %s -check-prefix=MIPSEL
----------------
MaskRay wrote:
mips is under-maintained and I find many tests need refactoring. It's great to think about whether tests can be enhanced before adding a new one:) https://maskray.me/blog/2021-08-08-toolchain-testing#the-test-checks-too-little#i-dont-know-an-existing-test-can-be-enhanced
https://github.com/llvm/llvm-project/pull/139830
More information about the llvm-commits
mailing list