[llvm] [AArch64][GlobalISel] Add combine for build_vector(unmerge, unmerge, undef, undef) (PR #165539)
Ryan Cowan via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 7 02:25:33 PST 2025
================
@@ -890,4 +984,4 @@ namespace llvm {
FunctionPass *createAArch64PostLegalizerCombiner(bool IsOptNone) {
return new AArch64PostLegalizerCombiner(IsOptNone);
}
-} // end namespace llvm
+} // end namespace llvm
----------------
HolyMolyCowMan wrote:
Me neither, I have tried adding a new line & also removing the newline. Linting doesn't change anything here
https://github.com/llvm/llvm-project/pull/165539
More information about the llvm-commits
mailing list