[PATCH] D143581: [WebAssembly] Additional patterns for pmin/pax
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 8 06:32:56 PST 2023
samparker created this revision.
samparker added reviewers: tlively, aheejin, sbc100, luke.
Herald added subscribers: pmatos, asb, ecnelises, sunfish, hiraditya, jgravelle-google, dschuff.
Herald added a project: All.
samparker requested review of this revision.
Herald added a project: LLVM.
Each operation was missing their inverted condition using olt or ogt. Also, as we don't need to discern +/-0, I think we should also be able to use ole and oge.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D143581
Files:
llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
llvm/test/CodeGen/WebAssembly/simd-arith.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143581.495824.patch
Type: text/x-patch
Size: 12183 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230208/c1ca77d1/attachment.bin>
More information about the llvm-commits
mailing list