[InstCombine] add RUN to show miscompile of pow expansion; NFC
authorSanjay Patel <spatel@rotateright.com>
Tue, 15 Sep 2020 13:21:20 +0000 (09:21 -0400)
committerSanjay Patel <spatel@rotateright.com>
Tue, 15 Sep 2020 13:29:48 +0000 (09:29 -0400)
commit7ffc9aa538dfa3facbbb09d3b0d517a59e967d0e
treeb3ca06b46317892ce58082af1737026129dd53d6
parenteb66b04cbecfbc971bf8b8abbb4c58dbd4a7564a
[InstCombine] add RUN to show miscompile of pow expansion; NFC

The code drops the sqrt op instead of bailing out,
so this is very wrong.
llvm/test/Transforms/InstCombine/pow-4.ll