Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
I think this patch can land and doesn't affect the behaviour of the ACLE, as the code LowerMatrixIntrinsics only works on matrix intrinsics (always fixed width), and RewriteStatepointsForGC and Scalarizer are not passes run by default. The SROA changes seem safe because after D76720 the code bails out early on for scalable vectors (with the exception of running mem2reg, but your changes don't affect that).
clang-tidy: warning: invalid case style for variable 'i' [readability-identifier-naming]
not useful