[llvm] [X86] Fix decoding for vinsertps immediate operand (PR #117009)
Nabeel Omer via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 09:57:27 PST 2024
================
@@ -0,0 +1,7 @@
+# RUN: llvm-mc -triple x86_64-unknown-unknown %s | FileCheck %s
----------------
omern1 wrote:
I've manually updated the line for now. I did not generate the test with `update_llc_test_checks.py` because I don't think it works with llvm-mc?
https://github.com/llvm/llvm-project/pull/117009
More information about the llvm-commits
mailing list