[PATCH] D82517: [X86] Emit a reg-reg copy for fast isel of vector bitcasts.

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 24 19:01:29 PDT 2020


echristo accepted this revision.
echristo added a comment.
This revision is now accepted and ready to land.

I think this is the right solution, we need to emit the instruction either way and then hopefully we won't fall out, but if we do we're not leaving mistaken state.

-eric


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82517/new/

https://reviews.llvm.org/D82517





More information about the llvm-commits mailing list