[all-commits] [llvm/llvm-project] e574fd: AArch64/GlobalISel: Cleanup unnecessary size check...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jul 19 08:13:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e574fd9d524dd7e14be0f024c9a3e6ae68c983ba
https://github.com/llvm/llvm-project/commit/e574fd9d524dd7e14be0f024c9a3e6ae68c983ba
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
Log Message:
-----------
AArch64/GlobalISel: Cleanup unnecessary size checks in call lowering
The CCValAssign types should now be accurate, so these are no longer
necessary.
More information about the All-commits
mailing list