[PATCH] D65314: CodeGen: Don't follow aliases when extracting type info.
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 2 07:25:12 PDT 2019
tejohnson accepted this revision.
tejohnson added a comment.
This revision is now accepted and ready to land.
LGTM with suggestion below.
================
Comment at: llvm/test/CodeGen/X86/typeid-alias.ll:1
+; RUN: llc < %s
+
----------------
Add comment about what this is testing. Especially since nothing in the output is being checked (should it?).
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