Legalize load.i128 and store.i128

This commit is contained in:
bjorn3
2019-06-29 17:40:36 +02:00
committed by Dan Gohman
parent 3ae78fddde
commit fa9602df80
3 changed files with 47 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ use crate::cdsl::type_inference::Constraint;
use crate::cdsl::types::{LaneType, ReferenceType, ValueType, VectorType};
use crate::cdsl::typevar::TypeVar;
#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash, PartialOrd, Ord)]
pub struct OpcodeNumber(u32);
entity_impl!(OpcodeNumber);