CGF/CLGF compares an i64 register with a sign/zero extended loaded i32 value in memory.
This patch makes such a load considered foldable and so gets a 0 cost.
NFC on benchmarks. Changes just 8 instruction queries by loop vectorizer without affecting any decisions.