[llvm] CodeGen/X86: add missing mcpu to tests (PR #111865)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 10:30:11 PDT 2024


================
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -verify-machineinstrs -mtriple=i386--netbsd < %s | FileCheck %s
+; RUN: llc -verify-machineinstrs -mtriple=i386--netbsd -mcpu=generic < %s | FileCheck %s
----------------
artagnon wrote:

See X86Schedule*.td. Like @RKSimon said, the details are a bit messy, but I felt that picking something more specific like Atom changes the intent of the test.

https://github.com/llvm/llvm-project/pull/111865


More information about the llvm-commits mailing list