cfallin commented on issue #4831:
Merged upstream into this PR after merge conflicts with #4830.
cfallin commented on issue #4831:
(Actually disabling auto-merge here as I won't be around when it goes in and letting two run in parallel is risky; I'll merge this tomorrow.)
akirilov-arm commented on issue #4831:
We still have the rule to sink an atomic load, it's just that the helper data structure and functions were unnecessary, save for a bit of ISLE code.
cfallin commented on issue #4831:
We still have the rule to sink an atomic load, it's just that the helper data structure and functions were unnecessary, save for a bit of ISLE code.
Ah, yes, I missed that but see it now, for the
(uextend (atomic_load ...))
case. Thanks!
Last updated: Nov 22 2024 at 17:03 UTC