[llvm] [AArch64][GlobalISel] Improve lowering of vector fp16 fptrunc and fpext (PR #163398)

Ryan Cowan via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 29 03:56:11 PDT 2025


================
@@ -332,6 +332,13 @@ def combine_mul_cmlt : GICombineRule<
   (apply [{ applyCombineMulCMLT(*${root}, MRI, B, ${matchinfo}); }])
 >;
 
+def combine_build_unmerge : GICombineRule<
----------------
HolyMolyCowMan wrote:

Separate patch here https://github.com/llvm/llvm-project/pull/165539

https://github.com/llvm/llvm-project/pull/163398


More information about the llvm-commits mailing list