[all-commits] [llvm/llvm-project] cdc057: [MatrixBuilder] Remove unnecessary IRBuilder templ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Feb 7 07:42:57 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cdc0573f753e639ed78f2a3645179ac2d2718fd0
https://github.com/llvm/llvm-project/commit/cdc0573f753e639ed78f2a3645179ac2d2718fd0
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M llvm/include/llvm/IR/MatrixBuilder.h
M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
Log Message:
-----------
[MatrixBuilder] Remove unnecessary IRBuilder template (NFC)
IRBuilderBase exists specifically to avoid the need for this.
More information about the All-commits
mailing list