[llvm] [X86][APX] Add NF instructions to convertToThreeAddress functions (PR #130969)
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 12 20:20:23 PDT 2025
================
@@ -0,0 +1,274 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=x86_64 -mattr=+nf -verify-machineinstrs | FileCheck %s
+
+define void @convertToThreeAddress(ptr %arg, ptr %arg1) {
----------------
KanRobert wrote:
Can this test be reduced further? Which instruction is converted from NF? LEA at line 10?
https://github.com/llvm/llvm-project/pull/130969
More information about the llvm-commits
mailing list