[PATCH] D49239: [ARM] SADD16 support in ParallelDSP

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 12 12:16:49 PDT 2018


efriedma added a comment.

sadd16 writes to the GE flags, which we allow the user to read using llvm.arm.sel.  We need to ensure this transform doesn't interfere with the user's code.


https://reviews.llvm.org/D49239





More information about the llvm-commits mailing list