[EXTERNAL] [PATCH] D89114: [TableGen][SchedModels] Fix aliasing of SchedWriteVariant
Evgeny Leviant via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 13 05:25:48 PDT 2020
Hey Simon,
Should be fixed in 836d0addee4a2ce07d09d68484823221cbb062b7
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
From: Simon Pilgrim via Phabricator<mailto:reviews at reviews.llvm.org>
Sent: 13 октября 2020 г. 14:13
To: Evgeny Leviant<mailto:eleviant at accesssoftek.com>; atrick at apple.com<mailto:atrick at apple.com>; javeda at graphcore.ai<mailto:javeda at graphcore.ai>; craig.topper at gmail.com<mailto:craig.topper at gmail.com>; andrea.dibiagio at gmail.com<mailto:andrea.dibiagio at gmail.com>; david.green at arm.com<mailto:david.green at arm.com>; sjoerd.meijer at arm.com<mailto:sjoerd.meijer at arm.com>
Cc: llvm-dev at redking.me.uk<mailto:llvm-dev at redking.me.uk>; greg_bedwell at sn.scee.net<mailto:greg_bedwell at sn.scee.net>; llvm-commits at lists.llvm.org<mailto:llvm-commits at lists.llvm.org>; Igor Kudrin<mailto:ikudrin at accesssoftek.com>; George Rimar<mailto:grimar at accesssoftek.com>; pengfei.wang at intel.com<mailto:pengfei.wang at intel.com>; 88888yl at gmail.com<mailto:88888yl at gmail.com>; higuoxing at gmail.com<mailto:higuoxing at gmail.com>; t.p.northover at gmail.com<mailto:t.p.northover at gmail.com>; piovezan.fpi at gmail.com<mailto:piovezan.fpi at gmail.com>
Subject: [EXTERNAL] [PATCH] D89114: [TableGen][SchedModels] Fix aliasing of SchedWriteVariant
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. If you suspect potential phishing or spam email, report it to ReportSpam at accesssoftek.com
RKSimon added inline comments.
================
Comment at: llvm/utils/TableGen/CodeGenSchedule.cpp:1679
+ [&FromSC](unsigned PIdx) {
+ return !FromSC.InstRWProcIndices.count(PIdx);
+ });
----------------
@evgeny777 I'm seeing some asserts on msvc builds inside the count() on ARMGenSubtargetInfo.inc generation
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89114/new/
https://reviews.llvm.org/D89114
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201013/522de8f8/attachment.html>
More information about the llvm-commits
mailing list