[PATCH] D90046: [LiveDebugValues] Handle spill locations with a fixed and scalable component.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 7 04:42:36 PST 2020


sdesmalen added inline comments.


================
Comment at: llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp:561
+        }
+      }
     }
----------------
djtodoro wrote:
> missing `return false`?
Yes, good catch, thanks!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90046/new/

https://reviews.llvm.org/D90046



More information about the llvm-commits mailing list