Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmed Bougacha <ahmed.bougacha@gmail.com>2015-03-10 23:37:19 +0300
committerAhmed Bougacha <ahmed.bougacha@gmail.com>2015-03-10 23:37:19 +0300
commit8f6a115de96dcb777d388dd95efcd40d4139421e (patch)
tree81efe995b8ffb8f79605430d0459e7ea9e90e7b5 /libcxxabi/src/cxa_personality.cpp
parent99fb8d17ec08dbd3b465e0ef431a5ad9a2bbc84a (diff)
[AArch64] Remove integer INSvi*lane patterns. NFCI.
Most are redundant, and they never seem to fire. The V128 integer patterns already exist in the INS multiclass. The duplicates only fire when the vector index type isn't i64, because they accept "imm" instead of an explicit "i64", as the instruction definition patterns do. TLI::getVectorIdxTy is i64 on AArch64, so this should never happen. Also, one of them had a typo: for i64, INSvi32lane was used. I noticed because I mistakenly used an explicit i32 as the idx type, and got ins.s for an i64 vector_insert. The V64 patterns also don't seem to ever fire, as V64 vector extract/insert are legalized to V128. The equivalent float patterns are unique and useful, so keep them. No functional change intended; none exhibited on the LIT and LNT tests. llvm-svn: 231838
Diffstat (limited to 'libcxxabi/src/cxa_personality.cpp')
0 files changed, 0 insertions, 0 deletions