[all-commits] [llvm/llvm-project] 8bdb14: DAG: Remove redundant check for return alignment
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Jan 31 04:44:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8bdb149c0a544611c06cbdfd6cd5151ca1589dcb
https://github.com/llvm/llvm-project/commit/8bdb149c0a544611c06cbdfd6cd5151ca1589dcb
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-01-31 (Tue, 31 Jan 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Log Message:
-----------
DAG: Remove redundant check for return alignment
This is already what the CallBase getRetAlign does
More information about the All-commits
mailing list