[llvm] [AArch64][GlobalISel] Improve lowering of vector fp16 fptrunc and fpext (PR #163398)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 28 01:17:29 PDT 2025
================
@@ -332,6 +332,13 @@ def combine_mul_cmlt : GICombineRule<
(apply [{ applyCombineMulCMLT(*${root}, MRI, B, ${matchinfo}); }])
>;
+def combine_build_unmerge : GICombineRule<
----------------
davemgreen wrote:
Can we pull this out into a separate patch so we can submit it separately.
https://github.com/llvm/llvm-project/pull/163398
More information about the llvm-commits
mailing list