[all-commits] [llvm/llvm-project] 27dc4c: [X86FixupSetCC] Use MachineInstr::readRegister/def...

topperc via All-commits all-commits at lists.llvm.org
Tue Dec 24 20:55:37 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 27dc4c319b53fb68424e6d791f20792a0bf8002f
      https://github.com/llvm/llvm-project/commit/27dc4c319b53fb68424e6d791f20792a0bf8002f
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2019-12-24 (Tue, 24 Dec 2019)

  Changed paths:
    M llvm/lib/Target/X86/X86FixupSetCC.cpp

  Log Message:
  -----------
  [X86FixupSetCC] Use MachineInstr::readRegister/definesRegister to check for EFLAGS use/def instead of our own custom operand scan. NFCI




More information about the All-commits mailing list