[all-commits] [llvm/llvm-project] 7b7d3b: [AsmParser] Remove some redundant checks for align...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Oct 11 00:55:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b7d3b20ffec9f0af0534178117a7e0c250f6a79
https://github.com/llvm/llvm-project/commit/7b7d3b20ffec9f0af0534178117a7e0c250f6a79
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-10-11 (Tue, 11 Oct 2022)
Changed paths:
M llvm/lib/AsmParser/LLParser.cpp
M llvm/test/Assembler/call-invalid-1.ll
Log Message:
-----------
[AsmParser] Remove some redundant checks for align attributes
The verifier already has a more general check that the attribute is
legal for the position it is used in.
More information about the All-commits
mailing list