[all-commits] [llvm/llvm-project] 34a785: [InstSimplify] add test for over-shift of scalable...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Sun Aug 7 13:30:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34a785fee747f45607ec2882f1accebf2cff9006
https://github.com/llvm/llvm-project/commit/34a785fee747f45607ec2882f1accebf2cff9006
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-08-07 (Sun, 07 Aug 2022)
Changed paths:
M llvm/test/Transforms/InstSimplify/shift.ll
Log Message:
-----------
[InstSimplify] add test for over-shift of scalable vector; NFC
Commit: 74b5e797d5c9364bfc733f07ed9d27a33853f57b
https://github.com/llvm/llvm-project/commit/74b5e797d5c9364bfc733f07ed9d27a33853f57b
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-08-07 (Sun, 07 Aug 2022)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/test/Transforms/InstSimplify/shift.ll
Log Message:
-----------
[InstSimplify] fold scalable vectors with over-shift splat constant to poison
Fixes #56968
Compare: https://github.com/llvm/llvm-project/compare/921316af6e6b...74b5e797d5c9
More information about the All-commits
mailing list