[PATCH] D150440: [X86][MC] Optimize more instructions from VEX3 to VEX2 and fix the incorrect control flow in X86MCInstLower
Kan Shengchen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 12 07:11:35 PDT 2023
skan added a comment.
In D150440#4337670 <https://reviews.llvm.org/D150440#4337670>, @alexfh wrote:
> 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.
The pre-merge fails due to commits related to f470922a299f6036259c703a534a9b1e60573df7 <https://reviews.llvm.org/rGf470922a299f6036259c703a534a9b1e60573df7>, no this.
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