[llvm] [X86][GlobalISel] Support addr matching in SDAG patterns (PR #130445)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 16 10:31:03 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
----------------
RKSimon wrote:
(pet peeve) - we should use X86 for i686 checks and use X32 for gnux32 triples (this goes 100x for calling convention tests!)
https://github.com/llvm/llvm-project/pull/130445
More information about the llvm-commits
mailing list