[PATCH] D154103: [GVN] Add tests for PR63059 (NFC)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 09:18:26 PDT 2023


nikic added inline comments.


================
Comment at: llvm/test/Transforms/GVN/pr63059.ll:5
+
+define dso_local noundef <4 x float> @ConvertVectors_ByRef(ptr noundef nonnull align 16 dereferenceable(16) %0) local_unnamed_addr {
+; CHECK-LABEL: define dso_local noundef <4 x float> @ConvertVectors_ByRef
----------------
Remove attributes that are not relevant.


================
Comment at: llvm/test/Transforms/GVN/pr63059.ll:28
+  %10 = insertelement <4 x float> %9, float %8, i64 3
+  ret <4 x float> %10
+}
----------------
Do not use unnamed instructions in tests.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154103/new/

https://reviews.llvm.org/D154103



More information about the llvm-commits mailing list