mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Disable DAGCombine's alignment inference in "fast" codegen mode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55059 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -169,7 +169,7 @@ public:
|
||||
/// certain types of nodes together, or eliminating superfluous nodes. When
|
||||
/// the AfterLegalize argument is set to 'true', Combine takes care not to
|
||||
/// generate any nodes that will be illegal on the target.
|
||||
void Combine(bool AfterLegalize, AliasAnalysis &AA);
|
||||
void Combine(bool AfterLegalize, AliasAnalysis &AA, bool Fast);
|
||||
|
||||
/// LegalizeTypes - This transforms the SelectionDAG into a SelectionDAG that
|
||||
/// only uses types natively supported by the target.
|
||||
|
||||
Reference in New Issue
Block a user