[all-commits] [llvm/llvm-project] 30e53b: [LV] Sink module variable and use State to set it ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Jul 18 11:42:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 30e53b8c03d382fe9d2299189deebacbf97abe9f
https://github.com/llvm/llvm-project/commit/30e53b8c03d382fe9d2299189deebacbf97abe9f
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-07-18 (Mon, 18 Jul 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Sink module variable and use State to set it in widenCall. (NFC)
Limits the lifetime of the variable and makes it independent of
CallInst.
More information about the All-commits
mailing list