[llvm] [AArch64][GlobalISel] Select *v1f16 for f16->s16 to_int_sat_gi (PR #154562)

David Green via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 20 10:32:43 PDT 2025


================
@@ -5154,6 +5154,22 @@ def STLTXRW : StoreExclusiveLSUI<0b10, 0, 1, GPR32, "stltxr">;
 def STLTXRX : StoreExclusiveLSUI<0b11, 0, 1, GPR64, "stltxr">;
 }
 
+//===----------------------------------------------------------------------===//
----------------
davemgreen wrote:

I would do this the other way around and keep the instructions in-place, moving the new Pat after them.

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


More information about the llvm-commits mailing list