llvm-project
18b004d3 - [DAG] SDPatternMatch - Implement m_IntrinsicWOChain matchers (#175626)

Commit
102 days ago
[DAG] SDPatternMatch - Implement m_IntrinsicWOChain matchers (#175626) Resolve #174436 Implemented matchers for intrinsics. The usage looks something like: ```cpp sd_match(N , m_IntrinsicWOChain<Intrinsic::${INTRINSIC_ID}>(/* match possible operands of the intrinsic */)); ```
Author
Parents
Loading