ORiordan, Martin via llvm-dev
2017-Sep-13 14:03 UTC
[llvm-dev] Updating from LLVM v4.0 to v5.0
Hi LLVM Devs,
The most common error I am seeing after I updated to LLVM v5.0 from v4.0 is that
the function 'MIB::addOperand' has been removed, and replaced with a
suite of more specific wrappers. Are there any guidelines to Out-of-Tree
targets for revising how best to use the revised 'MachineInstrBuilder'?
Thanks,
MartinO
--------------------------------------------------------------
Intel Research and Development Ireland Limited
Registered in Ireland
Registered Office: Collinstown Industrial Park, Leixlip, County Kildare
Registered Number: 308263
This e-mail and any attachments may contain confidential material for the sole
use of the intended recipient(s). Any review or distribution by others is
strictly prohibited. If you are not the intended recipient, please contact the
sender and delete all copies.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.llvm.org/pipermail/llvm-dev/attachments/20170913/517e889d/attachment.html>
Krzysztof Parzyszek via llvm-dev
2017-Sep-13 14:05 UTC
[llvm-dev] Updating from LLVM v4.0 to v5.0
addOperand has been renamed to add. -Krzysztof On 9/13/2017 9:03 AM, ORiordan, Martin via llvm-dev wrote:> Hi LLVM Devs, > > The most common error I am seeing after I updated to LLVM v5.0 from v4.0 > is that the function ‘MIB::addOperand’ has been removed, and replaced > with a suite of more specific wrappers. Are there any guidelines to > Out-of-Tree targets for revising how best to use the revised > ‘MachineInstrBuilder’? > > Thanks, > > MartinO > > -------------------------------------------------------------- > Intel Research and Development Ireland Limited > Registered in Ireland > Registered Office: Collinstown Industrial Park, Leixlip, County Kildare > Registered Number: 308263 > > This e-mail and any attachments may contain confidential material for > the sole use of the intended recipient(s). Any review or distribution by > others is strictly prohibited. If you are not the intended recipient, > please contact the sender and delete all copies. > > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation