mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
add a todo for something I noticed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23679 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ee899e6bfc
commit
a19cea061e
@ -40,6 +40,10 @@
|
||||
// FIXME: divide by zero is currently left unfolded. do we want to turn this
|
||||
// into an undef?
|
||||
// FIXME: select ne (select cc, 1, 0), 0, true, false -> select cc, true, false
|
||||
// FIXME: sext_inreg(SRL) -> SRA:
|
||||
// int %simple(uint %X) { %tmp.4 = shr uint %X, ubyte 16
|
||||
// %tmp.5 = cast uint %tmp.4 to short %tmp.6 = cast short %tmp.5 to int
|
||||
// ret int %tmp.6 }
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user