[all-commits] [llvm/llvm-project] 55c071: [InstCombine] auto-generate check lines in test fi...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Fri Feb 10 04:36:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55c0719557a9789f7ab42623d9a2e7f884fc253e
https://github.com/llvm/llvm-project/commit/55c0719557a9789f7ab42623d9a2e7f884fc253e
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M llvm/test/Transforms/InstCombine/exp2-2.ll
Log Message:
-----------
[InstCombine] auto-generate check lines in test file; NFC
Commit: c2b7085d5c86ddba7d79a9b4900734061e5ec90f
https://github.com/llvm/llvm-project/commit/c2b7085d5c86ddba7d79a9b4900734061e5ec90f
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M llvm/test/Transforms/InstCombine/exp2-1.ll
Log Message:
-----------
[InstCombine] add test for exp2->ldexp; NFC
Commit: 62a0a1b9eea7788c1f9dbaebee51c95dd2da99e6
https://github.com/llvm/llvm-project/commit/62a0a1b9eea7788c1f9dbaebee51c95dd2da99e6
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
M llvm/test/Transforms/InstCombine/exp2-1.ll
Log Message:
-----------
[InstCombine] avoid crashing in exp2->ldexp
We have exp2 math intrinsics in IR, but no ldexp intrinsics
to handle vector types.
A patch for that was proposed in D14327, but it was not completed.
Issue #60605
Compare: https://github.com/llvm/llvm-project/compare/c4ce967e3437...62a0a1b9eea7
More information about the All-commits
mailing list