[PATCH] D144466: [WebAssembly] Revert result operand ordering for pmin/pmax
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 21 02:59:02 PST 2023
samparker created this revision.
samparker added reviewers: tlively, luke.
Herald added subscribers: pmatos, asb, ecnelises, sunfish, hiraditya, jgravelle-google, sbc100, dschuff.
Herald added a project: All.
samparker requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.
In D143581 <https://reviews.llvm.org/D143581> I made a few changes around pmin and pmax, including reversing the operand ordering. Is this what's causing the issue with NaN propagation @tlively ?
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D144466
Files:
llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
llvm/test/CodeGen/WebAssembly/simd-arith.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144466.499095.patch
Type: text/x-patch
Size: 9962 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230221/338f9bb7/attachment.bin>
More information about the llvm-commits
mailing list