[llvm] [clang] [clang-tools-extra] [ISel] Add pattern matching for depositing subreg value (PR #75978)
David Li via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 19 20:48:15 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
----------------
david-xl wrote:
Done.
x64 is used elsewhere too. Anyway change it to x86_64 and I386 for clarity.
https://github.com/llvm/llvm-project/pull/75978
More information about the llvm-commits
mailing list