[PATCH] D141926: [WebAssembly] Add passes for GEP lowering
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 17 07:54:46 PST 2023
samparker added inline comments.
================
Comment at: llvm/test/CodeGen/WebAssembly/fpclamptosat.ll:157
+; CHECK-NEXT: i64.select
+; CHECK-NEXT: i32.wrap_i64
; CHECK-NEXT: # fallthrough-return
----------------
sbc100 wrote:
> What happened here?
Yeah... I need to look at these clamping files. I'm assuming CSE is responsible, but the reasons for the changes are non-obvious to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141926/new/
https://reviews.llvm.org/D141926
More information about the llvm-commits
mailing list