[all-commits] [llvm/llvm-project] 7a4abc: [LoopVectorize] auto-generate complete checks; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Thu Apr 1 08:56:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a4abc07dd8f1d8217e482ebbf438197c1aea7f0
https://github.com/llvm/llvm-project/commit/7a4abc07dd8f1d8217e482ebbf438197c1aea7f0
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-04-01 (Thu, 01 Apr 2021)
Changed paths:
M llvm/test/Transforms/LoopVectorize/assume.ll
Log Message:
-----------
[LoopVectorize] auto-generate complete checks; NFC
We can't see how much overhead/redundancy is being
created with the partial checks.
To make it smaller and easier to read, I reduced the
vectorization factor because that does not add new
information - it just duplicates things.
More information about the All-commits
mailing list