[all-commits] [llvm/llvm-project] c32d02: [AArch64][GlobalISel] Fix not extending GPR32->GPR...
Amara Emerson via All-commits
all-commits at lists.llvm.org
Mon Jan 15 08:23:14 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c32d02efd2564891b8edeef20083c3b5055c7cbd
https://github.com/llvm/llvm-project/commit/c32d02efd2564891b8edeef20083c3b5055c7cbd
Author: Amara Emerson <amara at apple.com>
Date: 2024-01-15 (Mon, 15 Jan 2024)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h
M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
A llvm/test/CodeGen/AArch64/GlobalISel/select-anyext-indexed-load-crash.ll
Log Message:
-----------
[AArch64][GlobalISel] Fix not extending GPR32->GPR64 result of anyext indexed load.
Was causing assertions to fail.
More information about the All-commits
mailing list