[all-commits] [llvm/llvm-project] e89180: [InstCombine] add 'tail' to exp2 call in test; NFC
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Fri Feb 10 07:04:01 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e89180801cd2c3415be0fd95fa29700868d21081
https://github.com/llvm/llvm-project/commit/e89180801cd2c3415be0fd95fa29700868d21081
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 'tail' to exp2 call in test; NFC
Tail markings are not propagated if the transform succeeds.
Commit: 3abea2b5447cdcd27dec85993d9058afeeb59682
https://github.com/llvm/llvm-project/commit/3abea2b5447cdcd27dec85993d9058afeeb59682
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] copy tail markings in exp2->ldexp fold
Commit: 78056e2f2d9510d2ace42fe7e9eb60e5abe8a3e7
https://github.com/llvm/llvm-project/commit/78056e2f2d9510d2ace42fe7e9eb60e5abe8a3e7
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] propagate FMF in exp2->ldexp fold
Compare: https://github.com/llvm/llvm-project/compare/86bfeb906e3a...78056e2f2d95
More information about the All-commits
mailing list