[all-commits] [llvm/llvm-project] c7bd82: [PhaseOrdering] add test for vector load combining...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Mon Nov 28 13:00:23 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c7bd82dfd879f0a8c9e062cfaa54f370ce5d1b6a
https://github.com/llvm/llvm-project/commit/c7bd82dfd879f0a8c9e062cfaa54f370ce5d1b6a
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-11-28 (Mon, 28 Nov 2022)
Changed paths:
M llvm/test/Transforms/PhaseOrdering/X86/vec-load-combine.ll
Log Message:
-----------
[PhaseOrdering] add test for vector load combining; NFC
This is another example from issue #17113
Commit: a00936484b65f4d9756e03ab32c7ec3705fcdc53
https://github.com/llvm/llvm-project/commit/a00936484b65f4d9756e03ab32c7ec3705fcdc53
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-11-28 (Mon, 28 Nov 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
Log Message:
-----------
[InstCombine] improve readability of combineLoadToOperationType(); NFC
Compare: https://github.com/llvm/llvm-project/compare/5bd8175dd704...a00936484b65
More information about the All-commits
mailing list