[LLVMdev] predicates and conditional execution

陳韋任 chenwj at iis.sinica.edu.tw
Tue May 24 00:29:07 PDT 2011


Hi, Roy

> I was wondering if LLVM supports predicates and conditional execution.

  You can see the paper belows,
  http://www.ece.gatech.edu/research/labs/casl/hetrovm/ocelot/2010/ocelot-pact.pdf

  The author said LLVM does NOT provide predicate instruction but only
conditional select instruction. You have convert predicate instruction
to conditional select instruction by yourself.

  HTH. :-)

Regards,
chenwj

-- 
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667




More information about the llvm-dev mailing list