[PATCH] D112385: [ELF] Support 128-bit bitmask in oneof(RelExpr)
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 25 09:55:43 PDT 2021
peter.smith accepted this revision.
peter.smith added a comment.
This revision is now accepted and ready to land.
LGTM. One possible alternative would be to order the RelExpr so that all the code we wanted to compare were 0 - 63, but this is more fragile. It may be possible for someone to come up with something better, but I guess that always can come in a follow up patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112385/new/
https://reviews.llvm.org/D112385
More information about the llvm-commits
mailing list