[LLVMdev] How to set isTarget bit for a complex intrinsic class in tblgen?
Sean Silva
silvas at purdue.edu
Thu Feb 7 16:17:16 PST 2013
One possibility is to derive a subclass and set isTarget to 1 in it and use
that class. e.g.
class MyMEMBAR<...> : MEMBAR<...> {
let isTarget = 1;
}
-- Sean Silva
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130207/a633284f/attachment.html>
More information about the llvm-dev
mailing list