This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c5432bd Fix bitcode auto-upgrade when using bitcode lazy loading new c56bea6 [IRCE] Be resilient in the face of non-simplified loops new 3e63425 [IRCE] Fix test case; NFC new 4510860 Revert "Fix bitcode auto-upgrade when using bitcode lazy loading" new 26d2a23 Fix unsupported relocation type R_HEX_6_X' for symbol .rodata
The 4 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/Bitcode/Reader/BitcodeReader.cpp | 18 ++++----- lib/Target/Hexagon/HexagonISelLowering.cpp | 11 +++++- .../Scalar/InductiveRangeCheckElimination.cpp | 5 ++- test/CodeGen/Hexagon/const-pool-tf.ll | 40 ++++++++++++++++++++ test/ThinLTO/X86/Inputs/autoupgrade.bc | Bin 1024 -> 0 bytes test/ThinLTO/X86/autoupgrade.ll | 23 ------------ test/Transforms/IRCE/unhandled.ll | 41 ++++++++++++++++++++- 7 files changed, 101 insertions(+), 37 deletions(-) create mode 100644 test/CodeGen/Hexagon/const-pool-tf.ll delete mode 100644 test/ThinLTO/X86/Inputs/autoupgrade.bc delete mode 100644 test/ThinLTO/X86/autoupgrade.ll