[all-commits] [llvm/llvm-project] a674a1: [WebAssembly] Additional patterns for pmin/pax
Sam Parker via All-commits
all-commits at lists.llvm.org
Fri Feb 10 01:55:06 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a674a12dd57ef990fe7da4b46b00b441540a2e4a
https://github.com/llvm/llvm-project/commit/a674a12dd57ef990fe7da4b46b00b441540a2e4a
Author: Samuel Parker <sam.parker at arm.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
M llvm/test/CodeGen/WebAssembly/simd-arith.ll
Log Message:
-----------
[WebAssembly] Additional patterns for pmin/pax
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.
Differential Revision: https://reviews.llvm.org/D143581
More information about the All-commits
mailing list