[all-commits] [llvm/llvm-project] c98fcb: [SLP] remove instcombine dependency from regressio...
RotateRight via All-commits
all-commits at lists.llvm.org
Tue Aug 18 07:18:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c98fcba55cf615b078b3943ee9e65356ba23414b
https://github.com/llvm/llvm-project/commit/c98fcba55cf615b078b3943ee9e65356ba23414b
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-08-18 (Tue, 18 Aug 2020)
Changed paths:
M llvm/test/Transforms/SLPVectorizer/X86/limit.ll
Log Message:
-----------
[SLP] remove instcombine dependency from regression test; NFC
InstCombine doesn't do that much here - sinks some instructions
and improves alignments - but that should not be part of the
SLP pass unit testing.
More information about the All-commits
mailing list