[PATCH] D70546: [ARM][MVE][Intrinsics] Add MVE VMUL intrinsics.
Simon Tatham via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 26 03:30:10 PST 2019
simon_tatham added inline comments.
================
Comment at: llvm/test/CodeGen/Thumb2/LowOverheadLoops/wlstp.mir:219
; CHECK: renamable $r3, dead $cpsr = tSUBi8 killed renamable $r3, 16, 14, $noreg
- ; CHECK: renamable $q0 = MVE_VMULt1i8 killed renamable $q1, killed renamable $q0, 0, $noreg, undef renamable $q0
+ ; CHECK: renamable $q0 = MVE_VMULi8 killed renamable $q1, killed renamable $q0, 0, $noreg, undef renamable $q0
; CHECK: MVE_VSTRBU8 killed renamable $q0, killed renamable $r4, 0, 0, killed $noreg :: (store 16 into %ir.scevgep1, align 1)
----------------
dmgreen wrote:
> This I like
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.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70546/new/
https://reviews.llvm.org/D70546
More information about the cfe-commits
mailing list