[PATCH] D70601: Disallow DIExpressions with shift operators from being fragmented
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 22 09:58:18 PST 2019
vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.
LGTM. It might be cleaner to replace the macros with helper functions which accept opcodes as vector<uint64_t> (using brace init on the caller side should be pretty readable).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70601/new/
https://reviews.llvm.org/D70601
More information about the llvm-commits
mailing list