[all-commits] [llvm/llvm-project] 779083: [X86] fsxor-alignment.ll - add nounwind to prevent...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Dec 4 10:17:01 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77908345d06e05816c5e46b2c092022f9f6c90cf
https://github.com/llvm/llvm-project/commit/77908345d06e05816c5e46b2c092022f9f6c90cf
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths:
M llvm/test/CodeGen/X86/fsxor-alignment.ll
Log Message:
-----------
[X86] fsxor-alignment.ll - add nounwind to prevent cfi noise in an upcoming change
Commit: 2567feaa13416d1d8c90c1dca6a176a57622c1d6
https://github.com/llvm/llvm-project/commit/2567feaa13416d1d8c90c1dca6a176a57622c1d6
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths:
M llvm/test/CodeGen/X86/combine-fabs.ll
M llvm/test/CodeGen/X86/combine-fneg.ll
Log Message:
-----------
[X86] Add fabs/fneg rmw style test coverage for #117557
Missed opportunity to avoid use of fpu for store(fabs(load()) style patterns
Compare: https://github.com/llvm/llvm-project/compare/8c36a823c2cc...2567feaa1341
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list