[clang] [clang-tools-extra] [llvm] [ISel] Add pattern matching for depositing subreg value (PR #75978)

David Li via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 20 11:28:58 PST 2023


================
@@ -0,0 +1,93 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
+; RUN: llc < %s -mtriple=i386-unknown-unknown | FileCheck %s --check-prefixes=I386
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s --check-prefixes=X86_64
----------------
david-xl wrote:

Fixed.

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


More information about the cfe-commits mailing list