[clang] [llvm] [clang-tools-extra] [ISel] Add pattern matching for depositing subreg value (PR #75978)
Shengchen Kan via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 19 17:26:50 PST 2023
================
@@ -0,0 +1,34 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
+;RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s --check-prefixes=X64
----------------
KanRobert wrote:
Could we use the default check prefix? `X64` is kind of misleading.
https://github.com/llvm/llvm-project/pull/75978
More information about the cfe-commits
mailing list