[PATCH] D100790: [WebAssembly] More codegen for f64x2.convert_low_i32x4_{s,u}

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 19 13:28:30 PDT 2021


tlively created this revision.
tlively added reviewers: aheejin, dschuff.
Herald added subscribers: wingo, ecnelises, sunfish, hiraditya, jgravelle-google, sbc100.
tlively requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

af7925b4dd65 <https://reviews.llvm.org/rGaf7925b4dd6519ebf0126ac8a18d791eb26968c9> added a custom DAG combine for recognizing fp-to-ints of
extract_subvectors that could be lowered to f64x2.convert_low_i32x4_{s,u}
instructions. This commit extends the combines to recognize equivalent
extract_subvectors of fp-to-ints as well.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D100790

Files:
  llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  llvm/test/CodeGen/WebAssembly/simd-conversions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100790.338623.patch
Type: text/x-patch
Size: 5532 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210419/76ffbda5/attachment.bin>


More information about the llvm-commits mailing list