[all-commits] [llvm/llvm-project] c4603a: [InstCombine][DebugInfo] Remove superflous asserti...
Peter Waller via All-commits
all-commits at lists.llvm.org
Mon Oct 18 04:00:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4603a8a4384d36d23fd284689b453b9927541be
https://github.com/llvm/llvm-project/commit/c4603a8a4384d36d23fd284689b453b9927541be
Author: Peter Waller <peter.waller at arm.com>
Date: 2021-10-18 (Mon, 18 Oct 2021)
Changed paths:
M llvm/lib/Transforms/Utils/Local.cpp
M llvm/test/Transforms/InstCombine/debuginfo-scalable-typesize.ll
Log Message:
-----------
[InstCombine][DebugInfo] Remove superflous assertion, add test
When this code was added, an unnecessary assertion slipped in which we
now hit in real code.
Add a test to defend against it firing again.
Commit: c0782ba898ffd4ae8b171d100d8d83afdea038d9
https://github.com/llvm/llvm-project/commit/c0782ba898ffd4ae8b171d100d8d83afdea038d9
Author: Peter Waller <peter.waller at arm.com>
Date: 2021-10-18 (Mon, 18 Oct 2021)
Changed paths:
M llvm/test/CodeGen/AArch64/sve2-intrinsics-binary-narrowing-shr.ll
Log Message:
-----------
[AArch64][SVE][CodeGen] Add tests for RSHRN{T,B} instructions
Reviewed By: paulwalker-arm
Differential Revision: https://reviews.llvm.org/D111735
Compare: https://github.com/llvm/llvm-project/compare/d55db4b033f0...c0782ba898ff
More information about the All-commits
mailing list