[clang] [llvm] [Mips] Implement MipsInstrInfo::getNop() operation (PR #135524)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 17 22:32:17 PDT 2025
================
@@ -0,0 +1,13 @@
+// REQUIRES: mips-registered-target
----------------
MaskRay wrote:
https://maskray.me/blog/2021-08-08-toolchain-testing#the-test-checks-too-little#the-test-checks-at-the-wrong-layer
Should generally avoid clang/test/CodeGen test for lib/Target changes. llvm/test/MC/Mips testing is in a pretty bad state. You might want to check RISCV/LoongArch.
(I will have limited internet access between April 20th and May 4th, and my response time may be delayed..)
https://github.com/llvm/llvm-project/pull/135524
More information about the llvm-commits
mailing list