diff options
author | Bob Wilson <bob.wilson@apple.com> | 2010-08-19 23:52:39 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2010-08-19 23:52:39 +0000 |
commit | c56fef4eace8da8406f44a3be4619a1eb357765f (patch) | |
tree | e089bbc5f66a78a537584fc6f901dd41215c2a53 /llvm/tools/llvm-mc/Disassembler.cpp | |
parent | 56e56323c86ec9a1342db93c6a151e69f369212a (diff) | |
download | llvm-c56fef4eace8da8406f44a3be4619a1eb357765f.zip llvm-c56fef4eace8da8406f44a3be4619a1eb357765f.tar.gz llvm-c56fef4eace8da8406f44a3be4619a1eb357765f.tar.bz2 |
If the target says that an extending load is not legal, regardless of whether
it involves specific floating-point types, legalize should expand an
extending load to a non-extending load followed by a separate extend operation.
For example, we currently expand SEXTLOAD to EXTLOAD+SIGN_EXTEND_INREG (and
assert that EXTLOAD should always be supported). Now we can expand that to
LOAD+SIGN_EXTEND. This is needed to allow vector SIGN_EXTEND and ZERO_EXTEND
to be used for NEON.
llvm-svn: 111586
Diffstat (limited to 'llvm/tools/llvm-mc/Disassembler.cpp')
0 files changed, 0 insertions, 0 deletions