[PATCH] D60800: [MS] Emit S_HEAPALLOCSITE debug info

Amy Huang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 18 15:12:25 PDT 2019


akhuang marked an inline comment as done.
akhuang added inline comments.


================
Comment at: llvm/test/CodeGen/X86/label-heapallocsite.ll:1
+; RUN: llc -O0 < %s | FileCheck %s
+; FIXME: Add test for llc with optimizations once it is implemented.
----------------
hans wrote:
> Does llc have a "-fast-isel" flag or similar that could be used instead, to make it more clear that it's fast-isel that's significant for the test?
I couldn't find a flag that makes llc use fast-isel; it should soon work for both cases though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60800





More information about the cfe-commits mailing list