[PATCH] D71436: [X86][AsmParser] re-introduce 'offset' operator
    Eric Astor via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Dec 30 10:33:09 PST 2019
    
    
  
epastor updated this revision to Diff 235620.
epastor added a comment.
- The three-argument version of find_if is std::find_if, and the qualification is required.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71436/new/
https://reviews.llvm.org/D71436
Files:
  clang/lib/Sema/SemaStmtAsm.cpp
  clang/test/CodeGen/ms-inline-asm-64.c
  clang/test/CodeGen/ms-inline-asm.c
  clang/test/CodeGen/ms-inline-asm.cpp
  clang/test/Parser/ms-inline-asm.c
  llvm/include/llvm/MC/MCParser/MCParsedAsmOperand.h
  llvm/include/llvm/MC/MCParser/MCTargetAsmParser.h
  llvm/lib/MC/MCParser/AsmParser.cpp
  llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
  llvm/lib/Target/X86/AsmParser/X86Operand.h
  llvm/lib/Target/X86/X86AsmPrinter.cpp
  llvm/test/CodeGen/X86/ms-inline-asm.ll
  llvm/test/CodeGen/X86/offset-operator.ll
  llvm/test/MC/X86/pr32530.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71436.235620.patch
Type: text/x-patch
Size: 31840 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191230/b65782c1/attachment-0001.bin>
    
    
More information about the cfe-commits
mailing list