[all-commits] [llvm/llvm-project] 6e0a33: [LV] Use Builder.CreateVectorReverse directly. (NFC)
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Jan 2 11:12:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e0a333f7120cb2a327c62c3983d7fe9b6ffca92
https://github.com/llvm/llvm-project/commit/6e0a333f7120cb2a327c62c3983d7fe9b6ffca92
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-01-02 (Sun, 02 Jan 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Use Builder.CreateVectorReverse directly. (NFC)
IRBuilder::CreateVectorReverse already handles all cases required by
LoopVectorize. It can be used directly instead of reverseVector.
More information about the All-commits
mailing list