[all-commits] [llvm/llvm-project] 4954f0: [InstCombine] add FMF to tests for better coverage...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Wed May 4 09:11:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4954f0d7b1cd378a9c186da054d6bf63970888c6
https://github.com/llvm/llvm-project/commit/4954f0d7b1cd378a9c186da054d6bf63970888c6
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-05-04 (Wed, 04 May 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/fma.ll
Log Message:
-----------
[InstCombine] add FMF to tests for better coverage; NFC
The fold added with 9c4770eaab9d95c neglected to propagate FMF.
Commit: 15042f44a231fb41f3166ca338ec6250a411b3f1
https://github.com/llvm/llvm-project/commit/15042f44a231fb41f3166ca338ec6250a411b3f1
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-05-04 (Wed, 04 May 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/test/Transforms/InstCombine/fma.ll
Log Message:
-----------
[InstCombine] propagate FMF when reordering intrinsics and shuffles
This was missed when extending the fold to allow fma with
9c4770eaab9d95c
Compare: https://github.com/llvm/llvm-project/compare/726d7b07fcde...15042f44a231
More information about the All-commits
mailing list