[llvm] [X86][APX] Add NF instructions to convertToThreeAddress functions (PR #130969)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 12 21:15:44 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) {
----------------
phoebewang wrote:

Reduced branches a lot, manually 😂 Still reproducible: https://godbolt.org/z/6Kx5rM9E9

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


More information about the llvm-commits mailing list