diff options
author | Wu Yingcong <yingcong.wu@intel.com> | 2024-04-15 16:37:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-15 17:37:35 -0600 |
commit | 9cb755cf5b2f48117fa34f257f386acf59ad6397 (patch) | |
tree | c3b7ead7eca83ac394d8f269a3e0d389dad2a8c9 /llvm/lib/Transforms/Utils/SimplifyIndVar.cpp | |
parent | 466017c8dab74f66ce513c8752f0c1dcd16a8a63 (diff) | |
download | llvm-9cb755cf5b2f48117fa34f257f386acf59ad6397.zip llvm-9cb755cf5b2f48117fa34f257f386acf59ad6397.tar.gz llvm-9cb755cf5b2f48117fa34f257f386acf59ad6397.tar.bz2 |
[Test][JITLink] Save rbx in ExecutionEngine/JITLink/x86-64/ELF_vtune.s (#86472)
The callee should preserve rbx according to the calling convention, but
it is not in the test case `ExecutionEngine/JITLink/x86-64/ELF_vtune.s`.
Not preserving the rbx register may result in some random error to the
caller function. This patch adds the missing command to preserve the
rbx.
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyIndVar.cpp')
0 files changed, 0 insertions, 0 deletions