[all-commits] [llvm/llvm-project] 3b718d: [AggressiveInstCombine] add tests for sqrt with kn...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Wed Jul 27 08:36:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b718de2d3ffa6d392e9f05d7121a2400e82c8c7
https://github.com/llvm/llvm-project/commit/3b718de2d3ffa6d392e9f05d7121a2400e82c8c7
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-07-27 (Wed, 27 Jul 2022)
Changed paths:
M llvm/test/Transforms/AggressiveInstCombine/X86/sqrt.ll
Log Message:
-----------
[AggressiveInstCombine] add tests for sqrt with known positive operand; NFC
Commit: e079bf655832b2261faf6883984400a8c37b1baa
https://github.com/llvm/llvm-project/commit/e079bf655832b2261faf6883984400a8c37b1baa
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-07-27 (Wed, 27 Jul 2022)
Changed paths:
M llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
M llvm/test/Transforms/AggressiveInstCombine/X86/sqrt.ll
Log Message:
-----------
[AggressiveInstCombine] check sqrt operand to allow more libcall->intrinsic transforms
This should fix issue #56383 (at least when compiled with -O3 because this pass is only
run at -O3 currently).
Compare: https://github.com/llvm/llvm-project/compare/35e781fb05eb...e079bf655832
More information about the All-commits
mailing list