[LLVMdev] Instruction scheduling barrier
Mark Schimmel
Mark.Schimmel at synopsys.com
Tue Feb 26 16:01:17 PST 2013
I found myself wanting a "scheduling barrier" in LLVM. In my specific circumstances I only want it to mean that TargetInstrInfoImpl::isSchedulingBoundary() would return true.
I added SchedulingBarrier to MCID in MCInstrDesc.h and pushed it through TD attributes down to isSchedulingBoundary(). Is this something of general interest, or is there another mechanism for implementing barriers that I missed?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130227/587541f9/attachment.html>
More information about the llvm-dev
mailing list