search for: getjumpbufsize

Displaying 1 result from an estimated 1 matches for "getjumpbufsize".

2012 Oct 10
1
[LLVMdev] [llvm-commits] [patch] "TargetTransform" as an API between codegen and IR-level passes
...wering and keep them in ScalarTargetTransformInfo ? Thanks, Nadav On Oct 9, 2012, at 5:47 PM, Evan Cheng <evan.cheng at apple.com> wrote: > Hi Nadav, > > The concept and the patch both look good to me. One question about ScalarTargetTransformInfo. Right now it contains hooks like getJumpBufSize(). I don't believe this would ever need to be exposed to IR-level passes. Should they be left in TargetLowering? > > Evan > > On Oct 9, 2012, at 4:37 PM, Nadav Rotem <nrotem at apple.com> wrote: > >> Hi, >> >> Following the discussion that we had on t...