[PATCH] D71040: [ThinLTO/WPD] Fix index-based WPD for alias vtables
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 13 13:15:17 PST 2020
tejohnson marked an inline comment as done.
tejohnson added inline comments.
================
Comment at: llvm/test/ThinLTO/X86/Inputs/devirt_alias.ll:1
+target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-grtev4-linux-gnu"
----------------
aganea wrote:
> Do you think you can add a repro for creating this input file? It's not always trivial if changes are needed further down the line.
I'm not really sure what to put, as it has been awhile but it looks like I cloned a different devirt test and modified it to fit the situation that triggered this bug.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71040/new/
https://reviews.llvm.org/D71040
More information about the llvm-commits
mailing list