[LLVMdev] poison and select

John Regehr regehr at cs.utah.edu
Wed Sep 10 14:34:40 PDT 2014


>> * Select instructions depend on their selected operand.
>
> Doesn't a select instruction also depend on the predicate (boolean) value?

Oops, yes, of course.  So maybe:

* Select instructions depend on their condition and their selected
   operand.

John



More information about the llvm-dev mailing list