Logo
Explore Mirrors Help
Sign In
6502/llvm-6502
1
0
Fork 0
You've already forked llvm-6502
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-12-24 16:24:18 +00:00
Code Issues Projects Releases Wiki Activity
Files
77f0b7a50a08614b5ffd58f1864b68a9a30d0cb0
llvm-6502/lib/CodeGen/SelectionDAG
History
Evan Cheng 77f0b7a50a Instead of a vector load, shuffle and then extract an element. Load the element from address with an offset.
pshufd $1, (%rdi), %xmm0
        movd %xmm0, %eax
=>
        movl 4(%rdi), %eax


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51026 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-13 08:35:03 +00:00
..
CallingConvLower.cpp
…
DAGCombiner.cpp
Instead of a vector load, shuffle and then extract an element. Load the element from address with an offset.
2008-05-13 08:35:03 +00:00
LegalizeDAG.cpp
Teach Legalize how to scalarize VSETCC
2008-05-12 23:09:43 +00:00
LegalizeTypes.cpp
…
LegalizeTypes.h
…
LegalizeTypesExpand.cpp
…
LegalizeTypesFloatToInt.cpp
…
LegalizeTypesPromote.cpp
…
LegalizeTypesScalarize.cpp
…
LegalizeTypesSplit.cpp
…
Makefile
…
ScheduleDAG.cpp
…
ScheduleDAGList.cpp
…
ScheduleDAGRRList.cpp
…
SelectionDAG.cpp
Instead of a vector load, shuffle and then extract an element. Load the element from address with an offset.
2008-05-13 08:35:03 +00:00
SelectionDAGISel.cpp
Clean up the use of static and anonymous namespaces. This turned up
2008-05-13 00:00:25 +00:00
SelectionDAGPrinter.cpp
…
TargetLowering.cpp
…
Powered by Gitea Version: 1.25.3 Page: 7570ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API