stage2,x64: impl lowering of shift ops in Emit

This commit is contained in:
Jakub Konka
2022-02-07 20:11:42 +01:00
parent 7a9b9df80e
commit becbf446d3
4 changed files with 203 additions and 48 deletions

View File

@@ -372,7 +372,6 @@ pub fn generateSymbol(
return Result{ .appended = {} };
},
.Struct => {
// TODO debug info
const struct_obj = typed_value.ty.castTag(.@"struct").?.data;
if (struct_obj.layout == .Packed) {
return Result{