[llvm] [IR] Remove support for shl constant expressions (PR #96037)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 19 06:53:24 PDT 2024
================
@@ -4186,7 +4188,6 @@ bool LLParser::parseValID(ValID &ID, PerFunctionState *PFS, Type *ExpectedTy) {
case lltok::kw_add:
case lltok::kw_sub:
case lltok::kw_mul:
- case lltok::kw_shl:
----------------
dtcxzyw wrote:
`|| Opc == Instruction::Shl` can be removed now :)
https://github.com/llvm/llvm-project/pull/96037
More information about the llvm-commits
mailing list