[PATCH] D65314: CodeGen: Don't follow aliases when extracting type info.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 2 10:42:04 PDT 2019
pcc marked 2 inline comments as done.
pcc added inline comments.
================
Comment at: llvm/test/CodeGen/X86/typeid-alias.ll:1
+; RUN: llc < %s
+
----------------
tejohnson wrote:
> Add comment about what this is testing. Especially since nothing in the output is being checked (should it?).
Done and added a basic sanity check that the output is valid.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65314/new/
https://reviews.llvm.org/D65314
More information about the llvm-commits
mailing list