[all-commits] [llvm/llvm-project] f10685: [X86] lowerAtomicArith - use DAG::getNegative() he...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Apr 30 02:43:52 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f10685f3e606e9e50906d9bf4e302a4281664152
https://github.com/llvm/llvm-project/commit/f10685f3e606e9e50906d9bf4e302a4281664152
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] lowerAtomicArith - use DAG::getNegative() helper. NFC.
Commit: 0061616770c15b334c4ad1703a1a2502b6cd4485
https://github.com/llvm/llvm-project/commit/0061616770c15b334c4ad1703a1a2502b6cd4485
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] combinePredicateReduction - use DAG::getNegative() helper. NFC.
Commit: 3fca9d71447b7d3536e912d73ffd56a351e10bce
https://github.com/llvm/llvm-project/commit/3fca9d71447b7d3536e912d73ffd56a351e10bce
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] combineMul - use DAG::getNegative() helper. NFC.
Commit: 066dc1e05b8c5feca1f3957a10edc492705a5db2
https://github.com/llvm/llvm-project/commit/066dc1e05b8c5feca1f3957a10edc492705a5db2
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] combineMulToPMADDWD/combineMulToPMULDQ/reduceVMULWidth - pull out repeated SDLoc(). NFC.
Commit: 2cb97c7e29029dc552c66b3ddf6030d826538d47
https://github.com/llvm/llvm-project/commit/2cb97c7e29029dc552c66b3ddf6030d826538d47
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] Add TODO for getTargetConstantFromBasePtr to support non-zero offsets.
As noted on #66991 - we sometimes share vector constant pool entries, referencing subvectors within them via pointer offsets
Compare: https://github.com/llvm/llvm-project/compare/fb2d3056618e...2cb97c7e2902
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