Displaying 1 result from an estimated 1 matches for "instructionopcodetoisd".
2014 Feb 19
4
[LLVMdev] [RFC] CodeGenPrepare will eventually introduce dependencies to libLLVMCodeGen in libLLVMScalarOpts
Hi,
I am working on a patch for CodeGenPrepare, which introduces a use of TargetLoweringBase::InstructionOpcodeToISD (see [1] for the details).
This is usual for CodeGenPrepare to use the TargetLowering class when it is available, however, using this particular function creates linking problems.
** Context **
The TargetLowering class is part of libLLVMCodeGen, which means that in theory every consumer of libLLV...