[PATCH] D29623: [ARM] Replace HasT2ExtractPack with HasDSP
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 8 01:09:19 PST 2017
samparker added inline comments.
================
Comment at: lib/Target/ARM/ARMSubtarget.h:171
/// instructions.
- bool HasT2ExtractPack = false;
+ //bool HasT2ExtractPack = false;
----------------
zzheng wrote:
> Any reason they needed to be commented out rather than removed?
Ah, no! Just something I missed. Thanks.
https://reviews.llvm.org/D29623
More information about the llvm-commits
mailing list