[llvm] [FastIsel] Get the right register type for call instruction (PR #164565)

Luo Yuanke via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 22 01:16:15 PDT 2025


================
@@ -0,0 +1,66 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s
----------------
LuoYuanke wrote:

Thank you! Let me add "--fast-isel" option for the test case. The issue happen when switching from fast isel to dag isel when fast isel fails to select call instruction.

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


More information about the llvm-commits mailing list