[llvm] [CodeGen] Use LocationSize for MMO getSize (PR #84751)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 22:23:31 PDT 2024


================
@@ -647,15 +647,15 @@ bool GIMatchTableExecutor::executeMatchTable(
 
       unsigned Size = MRI.getType(MO.getReg()).getSizeInBits();
----------------
arsenm wrote:

should Size not be unsigned here? 

https://github.com/llvm/llvm-project/pull/84751


More information about the llvm-commits mailing list