[PATCH] D74718: [VE] TLS codegen

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 17 14:00:34 PST 2020


arsenm added inline comments.


================
Comment at: llvm/lib/Target/VE/VEAsmPrinter.cpp:265
+  case MachineOperand::MO_MachineBasicBlock:
+    report_fatal_error("MBB is not supporeted yet");
+    return;
----------------
Typo supporeted


================
Comment at: llvm/lib/Target/VE/VEAsmPrinter.cpp:268
+  case MachineOperand::MO_ConstantPoolIndex:
+    report_fatal_error("ConstantPool is not supporeted yet");
+    return;
----------------
typo supporeted


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74718





More information about the llvm-commits mailing list