[all-commits] [llvm/llvm-project] 8e9a8d: [InstCombine] Add tests showing failure to fold mu...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon May 4 02:24:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8e9a8dc185be14246172ffc9b6b8c61a9d8d7cc4
https://github.com/llvm/llvm-project/commit/8e9a8dc185be14246172ffc9b6b8c61a9d8d7cc4
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-04 (Mon, 04 May 2020)
Changed paths:
M llvm/test/Transforms/InstCombine/mul.ll
Log Message:
-----------
[InstCombine] Add tests showing failure to fold mul(abs(x),abs(x)) -> mul(x,x) (PR39476)
Includes abs() and nabs() variants
More information about the All-commits
mailing list