[all-commits] [llvm/llvm-project] 69ae44: ARM: don't try to load function pointer before lon...
Tim Northover via All-commits
all-commits at lists.llvm.org
Mon Jun 27 06:00:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69ae441e4ce7422d9514dc5778d2caeeab64b1b0
https://github.com/llvm/llvm-project/commit/69ae441e4ce7422d9514dc5778d2caeeab64b1b0
Author: Tim Northover <tnorthover at apple.com>
Date: 2022-06-27 (Mon, 27 Jun 2022)
Changed paths:
M llvm/lib/Target/ARM/ARMFastISel.cpp
M llvm/test/CodeGen/ARM/fast-isel-call.ll
Log Message:
-----------
ARM: don't try to load function pointer before long call.
Deciding to load an arbitrary global based on whether the entire module is
being built for long calls is pretty clearly spurious, and in fact the existing
indirect logic is sufficient.
More information about the All-commits
mailing list