[PATCH] D83323: AMDGPU/GlobalISel: Handle call return values
Austin Kerbow via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 23 01:20:50 PDT 2020
kerbowa accepted this revision.
kerbowa added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-call-return-values.ll:457
+ %val = call i8 @external_i8_signext_func_void()
+ %val.ext = zext i8 %val to i32
+ store volatile i32 %val.ext, i32 addrspace(1)* undef
----------------
Should this be sext?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83323/new/
https://reviews.llvm.org/D83323
More information about the llvm-commits
mailing list