search for: foldmemoperand

Displaying 2 results from an estimated 2 matches for "foldmemoperand".

2020 Sep 10
2
Change prototype for TargetInstrInfo::foldMemoryOperandImpl
...Thanks, > Prathamesh > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > -------------- next part -------------- A non-text attachment was scrubbed... Name: foldmemoperand.diff Type: application/octet-stream Size: 925 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200910/59034fca/attachment.obj>
2020 Sep 07
2
Change prototype for TargetInstrInfo::foldMemoryOperandImpl
Hi, While working on https://reviews.llvm.org/D79785, we wanted to define foldMemoryOperandImpl hook for Thumb1, that folds load, indirect call to direct call tLDRpci, tBLX -> tBL. This triggered an assertion error with expensive checks turned on in MachineVerifier because the newly created tBL insn by Thumb1InstrInfo::foldMemoryOperandImpl had memory operands of LoadMI attached by