[all-commits] [llvm/llvm-project] 81442f: [flang][NFC] Use tablegen to create SimplifyIntrin...
Tom Eccles via All-commits
all-commits at lists.llvm.org
Thu Apr 25 02:26:27 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 81442f8d97e50f5d8c33136b105b478a8137685e
https://github.com/llvm/llvm-project/commit/81442f8d97e50f5d8c33136b105b478a8137685e
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2024-04-25 (Thu, 25 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/SimplifyIntrinsics.cpp
Log Message:
-----------
[flang][NFC] Use tablegen to create SimplifyIntrinsics constructor (#89963)
This pass runs on ModuleOp, internally walking all func::CallOps so it
shouldn't need anything special to work on other 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