[llvm] [SelectionDAG] Optimize unaligned load stores to realign after offset (PR #145309)
Acthinks Yang via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 2 03:14:59 PDT 2025
================
@@ -50,27 +50,28 @@ struct MachinePointerInfo {
uint8_t StackID;
+ const Value *OrgV;
----------------
Acthinks wrote:
OK, so we can do this because we know for sure that CtxI is not an assume instruction?
https://github.com/llvm/llvm-project/pull/145309
More information about the llvm-commits
mailing list