[llvm] [X86] Don't assume the FPCLASS category mask is a literal (PR #213171)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 3 00:57:13 PDT 2026


================
@@ -0,0 +1,18 @@
+// RUN: llvm-mc -triple x86_64-unknown-unknown -mattr=+avx512dq,+avx512vl %s | FileCheck %s
+// RUN: llvm-mc -triple x86_64-unknown-unknown -mattr=+avx512dq,+avx512vl --show-encoding %s | FileCheck %s --check-prefix=ENC
----------------
arsenm wrote:

I don't see the point of both run lines. the --show-encoding case is a superset of the other 

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


More information about the llvm-commits mailing list