mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-19 01:34:32 +00:00
a8b289b70d
This provides a place to add customized operation cost information and control some other target-specific IR-level transformations. The only non-trivial logic in this checkin assigns a higher cost to unaligned loads and stores (covered by the included test case). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173520 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
153 B
INI
7 lines
153 B
INI
config.suffixes = ['.ll', '.c', '.cpp']
|
|
|
|
targets = set(config.root.targets_to_build.split())
|
|
if not 'PowerPC' in targets:
|
|
config.unsupported = True
|
|
|