[PATCH] D136118: [BOLT] Fix instruction encoding validation
Maksim Panchenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 17 16:49:32 PDT 2022
maksfb created this revision.
maksfb added reviewers: yota9, Amir, ayermolo, rafauler, yavtuk.
Herald added a subscriber: treapster.
Herald added a project: All.
maksfb requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Always use non-symbolizing disassembler for instruction encoding
validation as symbols will be treated as undefined/zeros be the encoder
and causing byte sequence mismatches.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D136118
Files:
bolt/include/bolt/Core/BinaryContext.h
bolt/lib/Core/BinaryContext.cpp
bolt/lib/Core/BinaryFunction.cpp
bolt/test/X86/encoding-validation.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136118.468369.patch
Type: text/x-patch
Size: 4990 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221017/129fa726/attachment.bin>
More information about the llvm-commits
mailing list