[all-commits] [llvm/llvm-project] d71bf8: GlobalISel: Drop vector range metadata on bitcast ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jul 1 03:50:14 PDT 2024
Branch: refs/heads/users/arsenm/globalisel-drop-range-metadata-on-vector-load-bitcast
Home: https://github.com/llvm/llvm-project
Commit: d71bf8ab174be937856dee56457b3fdc2b07207e
https://github.com/llvm/llvm-project/commit/d71bf8ab174be937856dee56457b3fdc2b07207e
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-07-01 (Mon, 01 Jul 2024)
Changed paths:
M llvm/include/llvm/CodeGen/MachineMemOperand.h
M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
A llvm/test/CodeGen/AMDGPU/GlobalISel/load-legalize-range-metadata.ll
Log Message:
-----------
GlobalISel: Drop vector range metadata on bitcast lowering
If we are reinterpreting the type, the range metadata also needs to be
converted. I believe the DAG has the same bug.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list