[PATCH] D71065: [ARM][MVE] Add intrinsics for immediate shifts.
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 11 01:29:44 PST 2019
dmgreen accepted this revision.
dmgreen added a comment.
One of the advantages to smaller patches I guess :)
It's probably difficult to tell if this will cause problems again without trying it and see if any of the buildbots complain. Lets give it a try and see. Just keep an eye on them, we annoyingly don't get any of the failure emails that we should.
================
Comment at: clang/utils/TableGen/MveEmitter.cpp:675
}
Sep = ", ";
}
----------------
This Sep isn't needed any more?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71065/new/
https://reviews.llvm.org/D71065
More information about the llvm-commits
mailing list