[all-commits] [llvm/llvm-project] 2c494f: [VPlan] Remove unneeded Loop variable (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Mar 31 02:35:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c494f094123562275ae688bd9e946ae2a0b4f8b
https://github.com/llvm/llvm-project/commit/2c494f094123562275ae688bd9e946ae2a0b4f8b
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
Log Message:
-----------
[VPlan] Remove unneeded Loop variable (NFC).
Suggested in D121623. The remaining uses of L can be replaced, reducing
the need for the variable.
More information about the All-commits
mailing list