[llvm] [Codegen] Remove redundant instruction using machinelateCleanup (PR #139716)

Rohit Aggarwal via llvm-commits llvm-commits at lists.llvm.org
Sun May 18 23:35:45 PDT 2025


================
@@ -1335,3 +1335,5 @@ define <32 x iXLen> @lrint_v32f64(<32 x double> %x) {
   ret <32 x iXLen> %a
 }
 declare <32 x iXLen> @llvm.lrint.v32iXLen.v32f64(<32 x double>)
+;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
+; CHECK-i32-GI: {{.*}}
----------------
rohitaggarwal007 wrote:

Cleaned up the test case

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


More information about the llvm-commits mailing list