Duncan P. N. Exon Smith
f9ab416d70
WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC
...
Update APIs in MachineInstrBundle.h to take and return MachineInstr&
instead of MachineInstr* when the instruction cannot be null. Besides
being a nice cleanup, this is tacking toward a fix for PR26753.
llvm-svn: 262141
2016-02-27 17:05:33 +00:00
Benjamin Kramer
df005cbe19
Fix some comment typos.
...
llvm-svn: 244402
2015-08-08 18:27:36 +00:00
Krzysztof Parzyszek
fdfaae42b6
Fix NDEBUG build warning
...
llvm-svn: 242200
2015-07-14 21:03:24 +00:00
Krzysztof Parzyszek
2e82883620
Fix Windows build: replace __func__ with LLVM_FUNCTION_NAME
...
llvm-svn: 242192
2015-07-14 20:11:28 +00:00
Krzysztof Parzyszek
758744706a
[Hexagon] Generate instructions for operations on predicate registers
...
Convert logical operations on general-purpose registers to the correspon-
ding operations on predicate registers.
llvm-svn: 242186
2015-07-14 19:30:21 +00:00