[llvm] [WebAssembly][FastISel] Emit signed loads for sext of i8/i16/i32 (PR #182333)
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 19 11:22:22 PST 2026
================
@@ -1281,23 +1281,54 @@ bool WebAssemblyFastISel::selectLoad(const Instruction *I) {
return false;
// TODO: Fold a following sign-/zero-extend into the load instruction.
----------------
dschuff wrote:
this comment can be removed now?
https://github.com/llvm/llvm-project/pull/182333
More information about the llvm-commits
mailing list