[PATCH] D150440: [X86][MC] Optimize more instructions from VEX3 to VEX2 and fix the incorrect control flow in X86MCInstLower
Alexander Kornienko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 12 06:58:27 PDT 2023
alexfh added a comment.
The patch seems to fix the problem, but it looks like it potentially changes generated code in more cases, and thus it might introduce more issues. Can we go the safe route: revert https://reviews.llvm.org/D150068 first and then land it together with the fix after it gets sufficient review?
Apart from that, the pre-merge checks are failing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150440/new/
https://reviews.llvm.org/D150440
More information about the llvm-commits
mailing list