[llvm] [CodeGen] Add MO_LaneMask type and a new COPY_LANEMASK instruction (PR #151944)

Christudasan Devadasan via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 5 05:08:17 PST 2025


================
@@ -0,0 +1,37 @@
+# RUN: not --crash llc -o - -mtriple=amdgcn-amd-amdhsa -run-pass=none %s 2>&1 | FileCheck %s
----------------
cdevadas wrote:

Ditto: Different test file names ending with indices 0, 1, ... Try to avoid them. Also, try to add a meaningful string for the test names.

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


More information about the llvm-commits mailing list