[all-commits] [llvm/llvm-project] 08dc03: [flang][NFC] Use tablegen to create LoopVersioning...
Tom Eccles via All-commits
all-commits at lists.llvm.org
Fri Apr 26 02:55:09 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 08dc03c57078ab806dbf015554b9faf38ccc4d4d
https://github.com/llvm/llvm-project/commit/08dc03c57078ab806dbf015554b9faf38ccc4d4d
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2024-04-26 (Fri, 26 Apr 2024)
Changed paths:
M flang/include/flang/Optimizer/Transforms/Passes.h
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/include/flang/Tools/CLOptions.inc
M flang/lib/Optimizer/Transforms/LoopVersioning.cpp
Log Message:
-----------
[flang][NFC] Use tablegen to create LoopVersioning constructor (#90037)
The pass is currently defined as only considering function arguments as
candidates for the optimization. I would prefer to generalise the pass
for other top level operations only when there is a concrete use case
before making too many assumptions about the current set of top level
operations. Therefore I have not adapted this pass to run on all top
level operations.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list