Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | ||
---|---|---|
17477 | Put SDLoc(N) into the argument list. |
Paths
| Differential D141213
Add an AArch64 DAG combine to eliminate unnecessary XTN operations when truncating v1i64 to v1i32. Needs ReviewPublic Authored by resistor on Jan 7 2023, 9:54 PM. This revision needs review, but there are no reviewers specified.
Details
Diff Detail
Unit TestsFailed
Revision Contents
Diff 487264 llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/trunc-v1i64.ll
|
Put SDLoc(N) into the argument list.