[llvm-commits] [llvm] r134516 - in /llvm/trunk: include/llvm/ include/llvm/Support/ include/llvm/Transforms/ lib/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Transforms/Scalar/ lib/Transforms/Utils/ lib/VMCore/ test/CodeGen/Generic/ test/Transforms/LowerExpectIntrinsic/

Jakub Staszak jstaszak at apple.com
Wed Jul 6 17:36:12 PDT 2011


On Jul 6, 2011, at 5:31 PM, Chris Lattner wrote:

> 
> On Jul 6, 2011, at 11:22 AM, Jakub Staszak wrote:
> 
>> Author: kuba
>> Date: Wed Jul  6 13:22:43 2011
>> New Revision: 134516
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=134516&view=rev
>> Log:
>> Introduce "expect" intrinsic instructions.
>> 
> 
> Hi Kuba,
> 
> Why is this introducing a new pass to do lowering?
> 
> -Chris

Hi Chris,

This is the idea which came out in some discussions here. Do you think we should merge this pass with the other one? 

- Kuba



More information about the llvm-commits mailing list