[all-commits] [llvm/llvm-project] b3b049: [Local] Preserve noundef metadata in copyMetadataF...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jan 19 07:56:25 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b3b049a824a09749e106ee477718a6145fe4c23f
https://github.com/llvm/llvm-project/commit/b3b049a824a09749e106ee477718a6145fe4c23f
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-01-19 (Thu, 19 Jan 2023)
Changed paths:
M llvm/lib/Transforms/Utils/Local.cpp
M llvm/test/Transforms/InstCombine/loadstore-metadata.ll
Log Message:
-----------
[Local] Preserve noundef metadata in copyMetadataForLoad()
If we're only changing the type of the load, preserve the noundef
metadata.
More information about the All-commits
mailing list