[llvm] r327898 - [DAG, X86] Revert r327197 "Revert r327170, r327171, r327172"

Nirav Davé via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 22 18:24:13 PDT 2018


<facepalm>. I dropped a parentheses. invalidation should be bit-negation so
-(x+1) not -x+1.
I'll land a fix presently.

Also you should check out X86's / SystemZ's insertDAGNode at HEAD. I just
landed a fix regarding inserting an invalidated node that already exists in
there. You'll probably want to do the same for your target.

-Nirav
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180323/915f6b2e/attachment.html>


More information about the llvm-commits mailing list