[PATCH] D53065: [llvm-exegesis][NFC] Simplify code now that Instruction has more semantic

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 10 02:38:06 PDT 2018


courbet accepted this revision.
courbet added inline comments.
This revision is now accepted and ready to land.


================
Comment at: tools/llvm-exegesis/lib/Latency.cpp:66
+        "Infeasible : has memory operands");
+  Instr.dump(State.getRegInfo(), llvm::errs());
   if (auto CT = generateSelfAliasingCodeTemplate(Instr))
----------------
remove ?


Repository:
  rL LLVM

https://reviews.llvm.org/D53065





More information about the llvm-commits mailing list