mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +00:00
add support for generating v4i32 code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25043 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
78b0e6a42e
commit
a08787faa8
@ -76,6 +76,9 @@ namespace MVT { // MVT = Machine Value Types
|
||||
switch (VT) {
|
||||
default:
|
||||
break;
|
||||
case MVT::i32:
|
||||
if (NumElements == 4) return MVT::v4i32;
|
||||
break;
|
||||
case MVT::f32:
|
||||
if (NumElements == 4) return MVT::v4f32;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user