aboutsummaryrefslogtreecommitdiffstats
path: root/x86/CSE2deps.v
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-11-24 22:08:39 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-11-24 22:08:39 +0100
commit43a7cc2a7305395b20d92b240362ddfdb43963ff (patch)
treea5296fde42c96974bd2d152f730ee8534bf112f0 /x86/CSE2deps.v
parentc10f3ec4dbcd8be682e01937762dc70d478ca2df (diff)
parenta9677e1706d2a93be3cb8e3148abec924d0c3dbb (diff)
downloadcompcert-kvx-43a7cc2a7305395b20d92b240362ddfdb43963ff.tar.gz
compcert-kvx-43a7cc2a7305395b20d92b240362ddfdb43963ff.zip
Merge remote-tracking branch 'origin/kvx-work' into kvx-test-prepass
Diffstat (limited to 'x86/CSE2deps.v')
-rw-r--r--x86/CSE2deps.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/x86/CSE2deps.v b/x86/CSE2deps.v
index a4b47a5c..757966b8 100644
--- a/x86/CSE2deps.v
+++ b/x86/CSE2deps.v
@@ -32,5 +32,7 @@ Definition may_overlap chunk addr args chunk' addr' args' :=
if peq symb symb'
then negb (can_swap_accesses_ofs (Ptrofs.unsigned ofs') chunk' (Ptrofs.unsigned ofs) chunk)
else false
+ | (Ainstack ofs), (Ainstack ofs'), _, _ =>
+ negb (can_swap_accesses_ofs (Ptrofs.unsigned ofs') chunk' (Ptrofs.unsigned ofs) chunk)
| _, _, _, _ => true
end.