[PATCH] D97812: [mir] Fix confusing MIR when MMO's value is nullptr but offset is non-zero

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 2 15:06:31 PST 2021


dsanders added a comment.

Note: I went with undef in this patch because the keyword already exists but it occurred to me while posting that that could also be confusing. The location is defined, we just don't know what it is. We might want to consider something more direct like 'unknown'. Any thoughts on the spelling to use?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97812



More information about the llvm-commits mailing list