[all-commits] [llvm/llvm-project] deb73a: [AArch64][GlobalISel] Constrain the right MOs when...
Ahmed Bougacha via All-commits
all-commits at lists.llvm.org
Fri Feb 18 13:53:38 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: deb73a285b92ece59c93c2c3b4b398bdd540513c
https://github.com/llvm/llvm-project/commit/deb73a285b92ece59c93c2c3b4b398bdd540513c
Author: Ahmed Bougacha <ahmed at bougacha.org>
Date: 2022-02-18 (Fri, 18 Feb 2022)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
Log Message:
-----------
[AArch64][GlobalISel] Constrain the right MOs when lowering calls.
This was constraining the stale Info.Callee MO instead of the one we
copied into the MI.
In addition, with c8b8c8e989e, when there's an attachedcall, the
Callee is at position 1 rather than 0.
Differential Revision: https://reviews.llvm.org/D120161
More information about the All-commits
mailing list