[llvm] [X86][GlobalISel] Support addr matching in SDAG patterns (PR #130445)

Evgenii Kudriashov via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 17 09:01:02 PDT 2025


================
@@ -32,7 +32,7 @@ define i64 @test_ret_i64() {
 define i8 @test_arg_i8(i8 %a) {
 ; X32-LABEL: test_arg_i8:
 ; X32:       # %bb.0:
-; X32-NEXT:    movl {{[0-9]+}}(%esp), %eax
+; X32-NEXT:    movzbl {{[0-9]+}}(%esp), %eax
----------------
e-kud wrote:

I'm going to introduce fastcall convention support and will address this issue in the corresponding tests.

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


More information about the llvm-commits mailing list