[all-commits] [llvm/llvm-project] bcc0dc: [DAG] visitSIGN_EXTEND_INREG - rename EVT variable...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Jun 23 02:45:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bcc0dc38329a0af5ced6c26a6d2d0d056a38fc58
https://github.com/llvm/llvm-project/commit/bcc0dc38329a0af5ced6c26a6d2d0d056a38fc58
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
[DAG] visitSIGN_EXTEND_INREG - rename EVT variable. NFCI.
We had a EVT type variable called EVT, which isn't a good idea....
Commit: 4c257bb44e7216961cb46d22d4a53844919c8ed0
https://github.com/llvm/llvm-project/commit/4c257bb44e7216961cb46d22d4a53844919c8ed0
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] truncateVectorWithPACK - fix outdated comment. NFC.
We perform PACKSS/PACKUS on AVX512 targets if the calling function wants to.
Compare: https://github.com/llvm/llvm-project/compare/499c63288f4e...4c257bb44e72
More information about the All-commits
mailing list