[llvm] [SelectionDAG] Optimize unaligned load stores to realign after offset (PR #145309)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 2 01:15:11 PDT 2025
================
@@ -50,27 +50,28 @@ struct MachinePointerInfo {
uint8_t StackID;
+ const Value *OrgV;
----------------
nikic wrote:
We should be able to use isValidAssumeForContext with AllowEphemerals=true when determining dereferenceability.
https://github.com/llvm/llvm-project/pull/145309
More information about the llvm-commits
mailing list