[all-commits] [llvm/llvm-project] ac2f13: [InstSimplify] add tests for vectors with SNaN con...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Tue Feb 14 16:11:31 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac2f13f673b8a9f336cf6d9569ab07fc3629eaab
https://github.com/llvm/llvm-project/commit/ac2f13f673b8a9f336cf6d9569ab07fc3629eaab
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M llvm/test/Transforms/InstSimplify/fp-nan.ll
M llvm/test/Transforms/InstSimplify/strictfp-fadd.ll
Log Message:
-----------
[InstSimplify] add tests for vectors with SNaN constants; NFC
Coverage for extension of functionality from D143505.
Commit: 74a2dd1356bfd750689a82dc3951688437196117
https://github.com/llvm/llvm-project/commit/74a2dd1356bfd750689a82dc3951688437196117
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/test/Transforms/InstSimplify/fp-nan.ll
M llvm/test/Transforms/InstSimplify/strictfp-fadd.ll
Log Message:
-----------
[InstSimplify] fix/improve folding with an SNaN vector element operand
Follow-up to the equivalent change for scalars:
D143505 / 83ba349ae0a8
Compare: https://github.com/llvm/llvm-project/compare/ae0c203e676e...74a2dd1356bf
More information about the All-commits
mailing list