[X86] Add comments to clarify some non-obvious lines in the stackmap-nops.ll
authorLang Hames <lhames@gmail.com>
Fri, 25 Jul 2014 04:50:08 +0000 (04:50 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 25 Jul 2014 04:50:08 +0000 (04:50 +0000)
testcases.

Based on code review from Philip Reames. Thanks Philip!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213923 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/stackmap-nops.ll
test/MC/X86/stackmap-nops.ll

index 3888603c9694a99e6b8aac7912e85c31692f474a..7de63af852a94ec117b02e1cb9a3c7f0724f850f 100644 (file)
@@ -224,6 +224,9 @@ entry:
   tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 28, i32 28)
   tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 29, i32 29)
   tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 30, i32 30)
+; Add an extra stackmap with a zero-length shadow to thwart the shadow
+; optimization. This will force all 15 bytes of the previous shadow to be
+; padded with nops.
   tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 31, i32 0)
   ret void
 }
index 2b0b88c80fab80fea02afa2d4e74f381ee500714..a0d441866035c92de52bd0f91c1aa892808c1f74 100644 (file)
@@ -41,6 +41,9 @@ entry:
   tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 13, i32 13)
   tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 14, i32 14)
   tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 15, i32 15)
+; Add an extra stackmap with a zero-length shadow to thwart the shadow
+; optimization. This will force all 15 bytes of the previous shadow to be
+; padded with nops.
   tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 16, i32 0)
   ret void
 }