Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jubitaneja committed Dec 4, 2018
1 parent 149cd67 commit a1575d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions discuss.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@

########### INRINSICS ###########
----------- Cranelift ISA ----------------
1. clz - count leading zeros - https://cranelift.readthedocs.io/en/latest/ir.html#inst-clz
2. ctz - trailing zeros
3. popcnt
1. clz - DONE - count leading zeros - https://cranelift.readthedocs.io/en/latest/ir.html#inst-clz
2. ctz - - DONE - trailing zeros
3. popcnt - DONE
4. cls - count leading sign bits -- same as sign bits dfa -- do we add new inst in souper or wait for this inst to
map to

------- Souper ISA --------------------
1. cttz, ctlz, ctpop
1. cttz, ctlz, ctpop - DONE
2. bswap -- no cranelift inst for this


Expand Down

0 comments on commit a1575d8

Please sign in to comment.