search for: anonymous_826

Displaying 1 result from an estimated 1 matches for "anonymous_826".

Did you mean: anonymous_4820
2018 Apr 09
2
Tablegen pattern: How to emit a SDNode in an output pattern?
...UnaryOp>; The basic idea of this pattern is to propagate bar over certain instructions until they reach a sink pattern, which only emits an instruction. However, it seems that SDNodes in output patterns are not supported, because when building LLVM, I get the following error message: error: In anonymous_826: Cannot use 'bar' in an output pattern! What are the limits of tablegen here? What are alternatives to propagate the bar node over instructions to reach the same behavior is the pattern-based approach? Thank you in advance! Cheers, Max -------------- next part -------------- An HTML attac...