search for: 0b5g4m_mqnesjrwqzrvltddjoqnm

Displaying 1 result from an estimated 1 matches for "0b5g4m_mqnesjrwqzrvltddjoqnm".

2016 Dec 02
2
Handling argument for an intrinsic
...he issue of lowering the argument correctly - not sure if that's feasible at this point in instruction selection) - X86ISelLowering -- same confusion as above Here's how the dag currently looks (before erroring out, since I haven't handled the intrinsic) https://drive.google.com/file/d/0B5G4m_mQneSjRWQzRVltdDJOQnM/view?usp=sharing Would it be problematic if I somehow extracted the pointer address arg to the intrisic from TargetConstant and passed it as MachineOperand to the MachineInstruction? Opcode definition (Target/Target.td) ============== +def PATCHABLE_LOG_CALL : Instruction { + let OutOperandList =...