Add MVE VMUL intrinsics.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/CodeGen/arm-mve-intrinsics/vmulq.c | ||
---|---|---|
13 | I think its worth adding some extra tests types. The way I like to think of it is that if someone went and completely changed the arm_mve.td in the future, there should be enough tests for them to tell they didn't miss anything. Even if they are not someone from Arm, that knows a lot about MVE intrinsics. | |
llvm/test/CodeGen/Thumb2/LowOverheadLoops/wlstp.mir | ||
214 | This I like |
llvm/test/CodeGen/Thumb2/LowOverheadLoops/wlstp.mir | ||
---|---|---|
214 | Yes, I agree that the new names of these instruction ids are better. But if you're changing these names as a side effect of this patch, please add text to the commit message calling out the change. |
I think its worth adding some extra tests types. The way I like to think of it is that if someone went and completely changed the arm_mve.td in the future, there should be enough tests for them to tell they didn't miss anything. Even if they are not someone from Arm, that knows a lot about MVE intrinsics.