This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2025-03-04 05:31:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
test
/
CodeGen
History
Pete Cooper
2ce63c7352
Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it would crash if it encountered a 1 element VSELECT. Solution is slightly more complicated than just creating a SELET as we have to mask or sign extend the vector condition if it had different boolean contents from the scalar condition. Fixes <rdar://problem/11178095>
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@153976
91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-03 22:57:55 +00:00
..
ARM
…
CellSPU
…
CPP
…
Generic
Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it would crash if it encountered a 1 element VSELECT. Solution is slightly more complicated than just creating a SELET as we have to mask or sign extend the vector condition if it had different boolean contents from the scalar condition. Fixes <rdar://problem/11178095>
2012-04-03 22:57:55 +00:00
Hexagon
…
MBlaze
…
Mips
…
MSP430
…
PowerPC
…
PTX
…
SPARC
…
Thumb
…
Thumb2
…
X86
…
XCore
…