The lowering of the llvm.matrix intrinsics happens exclusively in the
LowerMatrixIntrinsics pass and the backends do not know about those
intrinsics. That means we also have to run LowerMatrixIntrinsics for
-O0. Otherwise Clang will crash in the backend for code with llvm.matrix
intrinsics.
Fixes PR45227.