This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 78554e8137a AMDGPU: Fix crash when folding immediates into multiple uses new 993d5f2bc85 [Hexagon] Emit lookup tables in text section based on a flag
The 1 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/Hexagon/HexagonTargetObjectFile.cpp | 47 ++++++++++++++++++++++ lib/Target/Hexagon/HexagonTargetObjectFile.h | 6 +++ .../CodeGen/Hexagon/switch-lut-explicit-section.ll | 32 +++++++++++++++ .../CodeGen/Hexagon/switch-lut-function-section.ll | 30 ++++++++++++++ .../Hexagon/switch-lut-multiple-functions.ll | 42 +++++++++++++++++++ test/CodeGen/Hexagon/switch-lut-text-section.ll | 27 +++++++++++++ 6 files changed, 184 insertions(+) create mode 100644 test/CodeGen/Hexagon/switch-lut-explicit-section.ll create mode 100644 test/CodeGen/Hexagon/switch-lut-function-section.ll create mode 100644 test/CodeGen/Hexagon/switch-lut-multiple-functions.ll create mode 100644 test/CodeGen/Hexagon/switch-lut-text-section.ll