[llvm] [X86] Support APX CMOV/CFCMOV instructions (PR #82592)

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 01:25:20 PST 2024


================
@@ -0,0 +1,94 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 2
+; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+cf -x86-cmov-converter=false -verify-machineinstrs | FileCheck %s
----------------
KanRobert wrote:

The test need to pass after removing -x86-cmov-converter=false

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


More information about the llvm-commits mailing list