[all-commits] [llvm/llvm-project] 08a2c9: [X86] Fix copy+paste typo in combineVectorPack ass...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Jul 8 09:47:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 08a2c9ce5c86d1754f71b24c5c83b4a07de00749
https://github.com/llvm/llvm-project/commit/08a2c9ce5c86d1754f71b24c5c83b4a07de00749
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-07-08 (Wed, 08 Jul 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] Fix copy+paste typo in combineVectorPack assert message. NFC.
Commit: 800fb68420681d14f7690b76421c57ff474349a1
https://github.com/llvm/llvm-project/commit/800fb68420681d14f7690b76421c57ff474349a1
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-07-08 (Wed, 08 Jul 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86][SSE] Pull out PACK(SHUFFLE(),SHUFFLE()) folds into its own function. NFC.
Future patches will extend this so declutter combineVectorPack before we start.
Compare: https://github.com/llvm/llvm-project/compare/0b2536d0bdb4...800fb6842068
More information about the All-commits
mailing list