[llvm] [X86]Support lowering for APX Promoted SHA/MOVDIR/CRC32/INVPCID instructions (PR #76786)
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 4 18:08:27 PST 2024
================
@@ -1,5 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+crc32 -show-mc-encoding | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+crc32,+egpr -show-mc-encoding | FileCheck %s --check-prefixes=EGPR
----------------
KanRobert wrote:
ditto
https://github.com/llvm/llvm-project/pull/76786
More information about the llvm-commits
mailing list