[all-commits] [llvm/llvm-project] e4d177: [IR] Add ConstraintInfo::hasArg() helper (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jan 7 01:44:54 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e4d1779990672f8c1c7a2b6b8c6efd73c95ce5ac
https://github.com/llvm/llvm-project/commit/e4d1779990672f8c1c7a2b6b8c6efd73c95ce5ac
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-01-07 (Fri, 07 Jan 2022)
Changed paths:
M llvm/include/llvm/IR/InlineAsm.h
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/IR/Verifier.cpp
Log Message:
-----------
[IR] Add ConstraintInfo::hasArg() helper (NFC)
Checking whether a constraint corresponds to an argument is a
recurring pattern.
More information about the All-commits
mailing list