alexcrichton transferred Issue #466:
Opening this issue to prevent polluting the issue list
- [x] clz.i16
``` target x86_64 function %clz_i16(i16) -> i16 fast { ebb0(v0: i16): v1 = clz.i16 v0 return v1 } ``` ``` function %clz_i16(i16 [%rdi]) -> i16 [%rax] fast { ebb0(v0: i16): v1 = clz.i16 v0 [Op1ret#c3] return v1 ^~~~~~ verifier inst1: v1 is a ghost value used by a real [Op1ret#c3] instruction } ```
- [x] ireduce i16 -> i8
``` target x86_64 function %ireduce_i8(i16) -> i8 fast { ebb0(v0: i16): v1 = ireduce.i8 v0 return v1 } ``` ``` function %ireduce_i8(i16 [%rdi]) -> i8 [%rax] fast { ebb0(v0: i16): v1 = ireduce.i8 v0 [Op1ret#c3] return v1 ^~~~~~ verifier inst1: v1 is a ghost value used by a real [Op1ret#c3] instruction } ```
- [x] icmp.i8
- [x] icmp_imm.i8
[x] ushr.i8
[ ] iadd_cout.i8
[ ] isub_bout.i8
[ ] select.i8
[ ] rotl.i8
- [ ] rotr.i8
Edit: update for #524
Edit2: addisplit.i32
andiconcat.i32
Edit3: removedisplit.i32
andiconcat.i32
Last updated: Nov 22 2024 at 16:03 UTC