[llvm] x86: fix musttail sibcall miscompilation (PR #168956)
Folkert de Vries via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 25 04:46:16 PST 2025
================
@@ -0,0 +1,197 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -x86-asm-syntax=intel | FileCheck %s
----------------
folkertdev wrote:
is testing just for x86_64 OK here?
https://github.com/llvm/llvm-project/pull/168956
More information about the llvm-commits
mailing list