[all-commits] [llvm/llvm-project] 578f3b: [X86] Remove setOperationAction lines that say to ...

topperc via All-commits all-commits at lists.llvm.org
Mon Nov 11 18:36:26 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 578f3b5dce2216b84fa8455929ec6e773726cdff
      https://github.com/llvm/llvm-project/commit/578f3b5dce2216b84fa8455929ec6e773726cdff
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

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

  Log Message:
  -----------
  [X86] Remove setOperationAction lines that say to promote MVT::i1

MVT::i1 should be removed by type legalization before we reach
any code that would act on the promote action.

Mainly to avoid replicating this for strict FP versions of these
operations.




More information about the All-commits mailing list