[llvm] r215588 - [FastISel] Let the target decide first if it wants to materialize a constant.

Eric Christopher echristo at gmail.com
Wed Aug 13 18:30:30 PDT 2014


>
>
>
> -/// materializeRegForValue - Helper for getRegForValue. This function is
> -/// called when the value isn't already available in a register and must
> -/// be materialized with new instructions.
> -unsigned FastISel::materializeRegForValue(const Value *V, MVT VT) {
> +unsigned FastISel::MaterializeConstant(const Value *V, MVT VT) {
>    unsigned Reg = 0;
> -
>

Coding standard has functions with lower case names? :)

 -eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140814/36d4a500/attachment.html>


More information about the llvm-commits mailing list