[clang] [llvm] [AArch64][SME] Split FP8 FTMOPA intrinsics (PR #203310)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 12 02:05:40 PDT 2026
================
@@ -0,0 +1,42 @@
+; RUN: opt -S < %s | FileCheck %s
+; RUN: llvm-as %s -o - | llvm-dis | FileCheck %s
----------------
Lukacma wrote:
I am not sure if this correct way to test whether the old bytecode is upgraded correctly. From what I understand llvm-as by itself already upgrades the code, so the emitted bytecode is already upgraded.
https://github.com/llvm/llvm-project/pull/203310
More information about the cfe-commits
mailing list