[all-commits] [llvm/llvm-project] 13b4db: [X86][SSE] Expose all memory offsets in expand loa...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Aug 6 03:29:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 13b4db4ec20649e2c32f9bee426c2fc555275d25
https://github.com/llvm/llvm-project/commit/13b4db4ec20649e2c32f9bee426c2fc555275d25
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-08-06 (Thu, 06 Aug 2020)
Changed paths:
M llvm/test/CodeGen/X86/masked_expandload.ll
M llvm/test/CodeGen/X86/pr39666.ll
Log Message:
-----------
[X86][SSE] Expose all memory offsets in expand load tests
Since we're messing with individual element loads we need to expose this to show whats going on.
Part of the work to fix the masked_expandload.ll regressions in D66004
Commit: 87c5437afd273e909e0fed3389de7531d5452ea5
https://github.com/llvm/llvm-project/commit/87c5437afd273e909e0fed3389de7531d5452ea5
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-08-06 (Thu, 06 Aug 2020)
Changed paths:
M llvm/include/llvm/DebugInfo/PDB/PDBExtras.h
M llvm/lib/DebugInfo/PDB/PDBExtras.cpp
Log Message:
-----------
PDBExtras.h - remove unnecessary raw_ostream forward declaration. NFCI.
We already need to include raw_ostream.h, also add missing StringRef.h and cstdint implicit dependencies.
Remove unnecessary includes from PDBExtras.cpp
Compare: https://github.com/llvm/llvm-project/compare/0d33a8ef5bb6...87c5437afd27
More information about the All-commits
mailing list