[PATCH] D138082: GlobalISel: ComputeNumSignBits from load range metadata
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 15 17:35:59 PST 2022
arsenm added inline comments.
================
Comment at: llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp:722
const MachineMemOperand *MMO = *MI.memoperands_begin();
return TyBits - MMO->getSizeInBits();
}
----------------
Probably should still factor this in
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138082/new/
https://reviews.llvm.org/D138082
More information about the llvm-commits
mailing list