[llvm] [TwoAddressInstruction] Use isPlainlyKilled in processTiedPairs (PR #65976)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 19 07:55:43 PDT 2023
================
@@ -477,3 +451,6 @@ declare i5 @llvm.fshl.i5(i5, i5, i5)
declare <4 x i32> @llvm.fshl.v4i32(<4 x i32>, <4 x i32>, <4 x i32>)
declare <4 x i32> @llvm.fshr.v4i32(<4 x i32>, <4 x i32>, <4 x i32>)
+;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
+; SSE2-LIS: {{.*}}
+; SSE2-LV: {{.*}}
----------------
jayfoad wrote:
Done.
https://github.com/llvm/llvm-project/pull/65976
More information about the llvm-commits
mailing list