[PATCH] D84796: [LV] Add abs/smin/smax/umin/umax intrinsics to isTriviallyVectorizable
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 28 13:43:46 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/test/Transforms/LoopVectorize/intrinsic.ll:1250
+;CHECK-LABEL: @abs_i64(
+;CHECK: llvm.abs.v4i64
+;CHECK: ret void
----------------
Probably should check the immediate operand value
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84796/new/
https://reviews.llvm.org/D84796
More information about the llvm-commits
mailing list