[all-commits] [llvm/llvm-project] c8463f: [clang][CGStmt] emit i constraint rather than X fo...

Nick Desaulniers via All-commits all-commits at lists.llvm.org
Tue Jan 11 11:49:22 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c8463fd22b1ff05c0273e7f446c9feeb114c3798
      https://github.com/llvm/llvm-project/commit/c8463fd22b1ff05c0273e7f446c9feeb114c3798
  Author: Nick Desaulniers <ndesaulniers at google.com>
  Date:   2022-01-11 (Tue, 11 Jan 2022)

  Changed paths:
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/test/CodeGen/asm-goto.c
    M clang/test/CodeGen/asm.c
    M clang/test/Modules/asm-goto.c

  Log Message:
  -----------
  [clang][CGStmt] emit i constraint rather than X for asm goto indirect dests

As suggested in:
https://reviews.llvm.org/D114895#3177794
X will be converted to i by SelectionDAGISEL anyways.

Reviewed By: void, jyknight

Differential Revision: https://reviews.llvm.org/D115311




More information about the All-commits mailing list