[PATCH] D98778: [DAG] SelectionDAG::isSplatValue - add ISD::ABS handling
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 17 15:28:19 PDT 2021
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/WebAssembly/simd-shift-complex-splats.ll:9-10
-;; TODO: Optimize this further by scalarizing the add
-
; CHECK-LABEL: shl_add:
----------------
tlively wrote:
> I think this TODO still applies because the adds haven't yet been scalarized.
ah good point - I'll add it back in the commit - cheers
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98778/new/
https://reviews.llvm.org/D98778
More information about the llvm-commits
mailing list