[all-commits] [llvm/llvm-project] 7ffc9a: [InstCombine] add RUN to show miscompile of pow ex...
RotateRight via All-commits
all-commits at lists.llvm.org
Tue Sep 15 06:30:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7ffc9aa538dfa3facbbb09d3b0d517a59e967d0e
https://github.com/llvm/llvm-project/commit/7ffc9aa538dfa3facbbb09d3b0d517a59e967d0e
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-09-15 (Tue, 15 Sep 2020)
Changed paths:
M llvm/test/Transforms/InstCombine/pow-4.ll
Log Message:
-----------
[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.
More information about the All-commits
mailing list