[PATCH] D55011: [InstCombine] Support ssub.sat canonicalization for non-splats
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 30 14:37:17 PST 2018
spatel added inline comments.
================
Comment at: test/Transforms/InstCombine/saturating-add-sub.ll:340
; Canonicalization for non-splat constants is not supported yet.
define <2 x i8> @test_vector_ssub_canonical_min_non_splat(<2 x i8> %a) {
----------------
Update comment: non-splat works now.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55011/new/
https://reviews.llvm.org/D55011
More information about the llvm-commits
mailing list