[all-commits] [llvm/llvm-project] 8c26e4: [LLParser] Merge xor constantexpr parsing with add...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Sep 26 14:48:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c26e473e703ff0af32b0015b6a64713e6de3c31
https://github.com/llvm/llvm-project/commit/8c26e473e703ff0af32b0015b6a64713e6de3c31
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M llvm/lib/AsmParser/LLParser.cpp
M llvm/test/Assembler/2003-05-21-MalformedShiftCrash.ll
Log Message:
-----------
[LLParser] Merge xor constantexpr parsing with add/mul/shl/lshr/ashr. (#67371)
Not sure if xor is sticking around or not. I see and/or was already
removed.
This changes the error messages and makes one error message more
accurate.
More information about the All-commits
mailing list