[PATCH] D136596: [X86] Update LiveVariables in more cases in convertToThreeAddress

Bing Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 00:30:02 PDT 2022


yubing added inline comments.


================
Comment at: llvm/lib/Target/X86/X86InstrInfo.cpp:1699
               .add(MI.getOperand(7));
+    NumRegOperands = 4;
     break;
----------------
seems it should be "NumRegOperands = 3"
the 3rd operand of VPBROADCASTDZrmk is i32mem:$src instead of a register.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136596



More information about the llvm-commits mailing list