[LLVMdev] TargetISelLowering

Matthijs Kooijman matthijs at stdin.nl
Mon Dec 1 08:53:50 PST 2008


Hi All,

when looking through all the existing targets, I see that each of them defines
<Target>ISelLowering.{cpp,h} files. However, they define a class called
"<Target>TargetLowering" (though the comments in [at least some of] those
files stay the define "<Target>ISelLowering".

I suspect that this class was renamed at some time (which makes sense, since I
don't think that the TargetLowering classes have anything to do with
instruction selection [any more?]). However, the inconsistent filenames are a
bit confusing. Perhaps somebody should rename the lot of them?

The same goes for <Target>ISelDAGToDAG.cpp, which defines a class called
<Target>DAGToDAGISel.

Gr.

Matthijs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081201/241b3ef7/attachment.sig>


More information about the llvm-dev mailing list