[all-commits] [llvm/llvm-project] f32b34: [mlir][sparse] convert function pass to module pass
Aart Bik via All-commits
all-commits at lists.llvm.org
Fri Feb 19 20:04:36 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f32b3401e17767ae861943ebb3da814e4a969a4b
https://github.com/llvm/llvm-project/commit/f32b3401e17767ae861943ebb3da814e4a969a4b
Author: Aart Bik <ajcbik at google.com>
Date: 2021-02-19 (Fri, 19 Feb 2021)
Changed paths:
M mlir/test/lib/Transforms/TestSparsification.cpp
Log Message:
-----------
[mlir][sparse] convert function pass to module pass
Rationale:
Touching function level information can only be done within a module pass.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D97102
More information about the All-commits
mailing list