[PATCH] D71178: [x86] Don't assume sign-extension of arguments smaller than 32-bits.
    Roman Lebedev via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Apr  2 02:31:26 PDT 2022
    
    
  
lebedev.ri added a comment.
Herald added a subscriber: StephenFan.
Herald added a project: All.
This seems backwards.
Who added those `signext`/`zeroext` attrs to the function arguments?
Presumably they just shouldn't be added if that is not what ABI states.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71178/new/
https://reviews.llvm.org/D71178
    
    
More information about the llvm-commits
mailing list