search for: bitcase

Displaying 2 results from an estimated 2 matches for "bitcase".

Did you mean: bitcast
2016 May 18
0
[ANNOUNCE] xcb-proto 1.12
...fo.name: cleanup of padding xinput: rep SetDeviceMode.status: altenum to enum xinput: replace initial pad of xinput1.x replies with field xinput: add TODO list xml-xcb spec: describe switch-case xcbgen-parser: support switch-case xinput: req ChangeDeviceProperty: bitcase to case schema: add switch-case xinput: rep QueryDeviceState struct InputState: full support xcbgen: fields get a parent reference xml-doc: add sumof with nested expression schema: add rule for sumof with nested expression xcbgen: sumof with nested expression...
2015 Jan 30
1
[LLVMdev] About user of bitcast/GEP instruction
Hi, If the special handling in the meg2reg pass is to look for lifetime intrinsics, shouldn't it cast to <IntrisicInst> and then use getInstrinsicID to check for lifetime_start and lifetime_end ? The thing that I don't understand is the following piece of code, which finds all the users and cast it to <Instruction> then eraseFromParent(). How can this guarantee that it only