[all-commits] [llvm/llvm-project] a6de8d: [Matrix] Bail out early if there are no matrix int...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat May 22 03:38:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a6de8d95db484e07c7b1e2d86dfaeacf0d95e656
https://github.com/llvm/llvm-project/commit/a6de8d95db484e07c7b1e2d86dfaeacf0d95e656
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
Log Message:
-----------
[Matrix] Bail out early if there are no matrix intrinsics.
If there are no matrix intrinsics in a function, we can directly bail
out, as there's nothing left to do.
Reviewed By: anemet
Differential Revision: https://reviews.llvm.org/D102931
More information about the All-commits
mailing list