[llvm] [AArch64][GlobalISel] Add combine for build_vector(unmerge, unmerge, undef, undef) (PR #165539)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 30 02:29:51 PDT 2025
================
@@ -890,4 +984,4 @@ namespace llvm {
FunctionPass *createAArch64PostLegalizerCombiner(bool IsOptNone) {
return new AArch64PostLegalizerCombiner(IsOptNone);
}
-} // end namespace llvm
+} // end namespace llvm
----------------
davemgreen wrote:
Undo this change. Some editors automatically add or remove newlines to the end of files.
https://github.com/llvm/llvm-project/pull/165539
More information about the llvm-commits
mailing list