summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2018-03-12 17:47:46 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2018-03-12 17:47:46 +0000
commit5d41cc19bd923f276ced246450e715e724349fa4 (patch)
tree638362dd4b44080f7e28f7489783b3c9c78f5fa7 /llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
parent92e359ed676eaf738ad8d87a096f12a43e4aecdc (diff)
downloadbcm5719-llvm-5d41cc19bd923f276ced246450e715e724349fa4.tar.gz
bcm5719-llvm-5d41cc19bd923f276ced246450e715e724349fa4.zip
[Hexagon] Subtarget feature to emit one instruction per packet
This adds two features: "packets", and "nvj". Enabling "packets" allows the compiler to generate instruction packets, while disabling it will prevent it and disable all optimizations that generate them. This feature is enabled by default on all subtargets. The feature "nvj" allows the compiler to generate new-value jumps and it implies "packets". It is enabled on all subtargets. The exception is made for packets with endloop instructions, since they require a certain minimum number of instructions in the packets to which they apply. Disabling "packets" will not prevent hardware loops from being generated. llvm-svn: 327302
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud