[all-commits] [llvm/llvm-project] 419588: [Loads] Fix crash in isSafeToLoadUnconditionally w...
Luke Lau via All-commits
all-commits at lists.llvm.org
Fri Feb 23 12:45:59 PST 2024
Branch: refs/heads/release/18.x
Home: https://github.com/llvm/llvm-project
Commit: 4195885b95c87a6584302f951e5268d83c0a58bf
https://github.com/llvm/llvm-project/commit/4195885b95c87a6584302f951e5268d83c0a58bf
Author: Luke Lau <luke at igalia.com>
Date: 2024-02-23 (Fri, 23 Feb 2024)
Changed paths:
M llvm/lib/Analysis/Loads.cpp
A llvm/test/Transforms/VectorCombine/RISCV/load-widening.ll
Log Message:
-----------
[Loads] Fix crash in isSafeToLoadUnconditionally with scalable accessed type (#82650)
This fixes #82606 by updating isSafeToLoadUnconditionally to handle
fixed sized loads from a scalable accessed type.
(cherry picked from commit b0edc1c45284586fdb12edd666f95d99f5f62b43)
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