diff options
author | Alex Bradbury <asb@lowrisc.org> | 2018-07-02 13:37:15 +0000 |
---|---|---|
committer | Alex Bradbury <asb@lowrisc.org> | 2018-07-02 13:37:15 +0000 |
commit | 42485ec9ca06bb20c6780330f94a12b8d7cb29e8 (patch) | |
tree | b99680ef59a7dad796c8a7de9ee6eb64757f352b /llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | |
parent | 8fc5ec78d54df15de2908f16d55945da4b239613 (diff) | |
download | bcm5719-llvm-42485ec9ca06bb20c6780330f94a12b8d7cb29e8.tar.gz bcm5719-llvm-42485ec9ca06bb20c6780330f94a12b8d7cb29e8.zip |
[X86] Use addAliasForDirective to support the .word directive
The X86 asm parser currently has custom parsing logic for .word. Rather than
use this custom logic, we can just use addAliasForDirective to enable the
reuse of AsmParser::parseDirectiveValue.
See also similar changes to Sparc (rL333078), AArch64 (rL333077), and Hexagon
(rL332607) backends.
Differential Revision: https://reviews.llvm.org/D47004
llvm-svn: 336100
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp')
0 files changed, 0 insertions, 0 deletions