This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e13d0945215 [LV] Use SmallVector instead of DenseMap in calculateRegist [...] new 7a175729942 [tblgen][CodeGenSchedule] Add a check for invalid RegisterF [...] new 3572c80cdbe [InstCombine] Add tests for demand bits of min/max. NFC.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: test/Transforms/InstCombine/minmax-demandbits.ll | 256 ++++++++++++++++++++++ tools/llvm-mca/lib/HardwareUnits/RegisterFile.cpp | 10 +- utils/TableGen/CodeGenSchedule.cpp | 5 + 3 files changed, 265 insertions(+), 6 deletions(-) create mode 100644 test/Transforms/InstCombine/minmax-demandbits.ll