[all-commits] [llvm/llvm-project] ebe5f1: [X86] Remove the DeprecatedMPX feature flag.

topperc via All-commits all-commits at lists.llvm.org
Wed Jul 22 17:44:56 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ebe5f17f9c396f14742a7c747951b65eaada158e
      https://github.com/llvm/llvm-project/commit/ebe5f17f9c396f14742a7c747951b65eaada158e
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-07-22 (Wed, 22 Jul 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86.td
    M llvm/lib/Target/X86/X86Subtarget.h

  Log Message:
  -----------
  [X86] Remove the DeprecatedMPX feature flag.

We deprecated mpx feature in 10.0. I left this feature flag
in case someone still had IR files containing the feature
in a target-feature attribute. At the time I think I thought it
would fail the test if the feature couldn't be found. Further
review suggests that at worst it prints a message to
stderr about ignoring the feature.




More information about the All-commits mailing list