[llvm] Add IntrWillReturn to intrinsics (PR #101562)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 09:57:13 PDT 2024


================
@@ -252,22 +252,22 @@ def int_mips_repl_ph: ClangBuiltin<"__builtin_mips_repl_ph">,
   Intrinsic<[mips_v2q15_ty], [llvm_i32_ty], [IntrNoMem]>;
 
 def int_mips_pick_qb: ClangBuiltin<"__builtin_mips_pick_qb">,
-  Intrinsic<[llvm_v4i8_ty], [llvm_v4i8_ty, llvm_v4i8_ty], [IntrReadMem]>;
+  Intrinsic<[llvm_v4i8_ty], [llvm_v4i8_ty, llvm_v4i8_ty], [IntrWillReturn, IntrReadMem]>;
 def int_mips_pick_ph: ClangBuiltin<"__builtin_mips_pick_ph">,
----------------
arsenm wrote:

Would be good, if tiring, to add tests for all of these. Do they just not have tests in the first place? 

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


More information about the llvm-commits mailing list