Displaying 3 results from an estimated 3 matches for "dffd8dcd".
2009 Apr 06
2
[LLVMdev] ISel Pattern Preferences
What's a reliable way to prefer one patterns over another? I have two
patterns with different predicates. Pattern A has a very general predicate
to catch a wide variety of store instructions. Pattern B has a narrower
predicate meant to catch very specific store instructions that would also
satisfy the predicate for Pattern A.
We used to match Pattern B just fine but after changing .td
2009 Apr 06
0
[LLVMdev] ISel Pattern Preferences
On Monday 06 April 2009 13:31, David Greene wrote:
> What's a reliable way to prefer one patterns over another? I have two
> patterns with different predicates. Pattern A has a very general predicate
> to catch a wide variety of store instructions. Pattern B has a narrower
> predicate meant to catch very specific store instructions that would also
> satisfy the predicate for
2009 Apr 07
2
[LLVMdev] ISel Pattern Preferences
...> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090407/dffd8dcd/attachment.html>