[all-commits] [llvm/llvm-project] c710d4: [DAG] expandVECTOR_COMPRESS - remove superfluous g...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Jul 22 10:37:35 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c710d460a5623c8445fabccd5a88e51085541d5b
https://github.com/llvm/llvm-project/commit/c710d460a5623c8445fabccd5a88e51085541d5b
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2025-07-22 (Tue, 22 Jul 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Log Message:
-----------
[DAG] expandVECTOR_COMPRESS - remove superfluous getFreeze. NFC. (#150062)
freeze(freeze(extract_vector_elt(x,i))) -> freeze(extract_vector_elt(x,i))
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list