[PATCH] D25987: [DAG] Match USUBSAT patterns through zext/trunc
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 17 05:33:37 PST 2021
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/X86/psubus.ll:563
; FIXME: match this to UMIN+TRUNC+PSUBUS
define <16 x i8> @test14(<16 x i8> %x, <16 x i32> %y) nounwind {
----------------
Still investigating these cases (test14 + test16) - annoyingly alive2 is broken which is slowing me down :-( - but it should be just a similar pattern to this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D25987/new/
https://reviews.llvm.org/D25987
More information about the llvm-commits
mailing list