[PATCH] D25054: [AMDGPU] Pass optimization level to SelectionDAGISel

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 02:36:57 PDT 2016


arsenm requested changes to this revision.
arsenm added a reviewer: arsenm.
arsenm added a comment.
This revision now requires changes to proceed.

Why does this have the opt level parameter at all instead of getting it from the TM like here? It looks like AArch64DAGToDAGISel only defines one constructor which also has the opt level. This should probably do the same thing and pass the opt level from the pass config


https://reviews.llvm.org/D25054





More information about the llvm-commits mailing list