[PATCH] D42970: [ARM] Fix PR35157: broken isel for VLD3/VLD4/VST3/VST4 with WB

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 01:56:46 PST 2018


samparker added inline comments.


================
Comment at: test/CodeGen/ARM/pr35157.ll:7
+%struct.__neon_int64x1x4_t = type { <1 x i64>, <1 x i64>, <1 x i64>, <1 x i64> }
+
+define <1 x i64> @vld3i64(i8* %A, i8** %B) nounwind {
----------------
I can see that the bug originally caused a fault, but we should also be testing what code is generated.


Repository:
  rL LLVM

https://reviews.llvm.org/D42970





More information about the llvm-commits mailing list