This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eea8107fac8 Revert "[RISCV] implement li pseudo instruction" new 2383cbfa441 [X86] Fix the Uses/Defs,mayLoad,mayStore,hasSideEffects fla [...] new 6663e67a21f [RISCV] Expand codegen -> compression sanity checks and mov [...]
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: lib/Target/X86/X86InstrInfo.td | 19 ++-- test/CodeGen/RISCV/alu32.ll | 42 --------- test/CodeGen/RISCV/branch.ll | 33 ------- test/CodeGen/RISCV/compress-Pseudo.ll | 10 -- test/CodeGen/RISCV/compress.ll | 169 ++++++++++++++++++++++++++++++++++ 5 files changed, 182 insertions(+), 91 deletions(-) delete mode 100644 test/CodeGen/RISCV/compress-Pseudo.ll create mode 100644 test/CodeGen/RISCV/compress.ll