[PATCH] ARM: add VLA extension for WoA Itanium ABI

Tim Northover t.p.northover at gmail.com
Mon Jun 9 09:54:45 PDT 2014


================
Comment at: lib/Target/ARM/ARMInstrInfo.td:5106
@@ +5105,3 @@
+                      [SDNPHasChain, SDNPSideEffect]>;
+let usesCustomInserter = 1, Uses = [R4] in
+  def __CHKSTK : PseudoInst<(outs), (ins), NoItinerary, [(__chkstk)]>;
----------------
Tim Northover wrote:
> Similarly, this should probably be marked "Defs = [R4]".
Oh no, "Defs = [SP]" probably. Sorry.

http://reviews.llvm.org/D4050






More information about the llvm-commits mailing list