[llvm] [X86][APX] Fix the assertion of NF instruction with relocation (PR #138500)
Feng Zou via llvm-commits
llvm-commits at lists.llvm.org
Mon May 5 06:23:03 PDT 2025
================
@@ -0,0 +1,96 @@
+; 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
+
+; This is to check no assertion raised in X86 Suppress APX for Relocation pass
+; if there is a NF instruction
+
+define fastcc void @foo(i32 %0, i1 %or.cond) {
----------------
fzou1 wrote:
Done. Thanks.
https://github.com/llvm/llvm-project/pull/138500
More information about the llvm-commits
mailing list