[all-commits] [llvm/llvm-project] 1768ed: [X86] Add test to show that nofpexcept flag is not...

topperc via All-commits all-commits at lists.llvm.org
Mon Jan 13 22:03:27 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1768ed7f8b1f53b5b4b3ff80da6ae2dce22b74a9
      https://github.com/llvm/llvm-project/commit/1768ed7f8b1f53b5b4b3ff80da6ae2dce22b74a9
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2020-01-13 (Mon, 13 Jan 2020)

  Changed paths:
    A llvm/test/CodeGen/X86/stack-folding-fp-nofpexcept.mir

  Log Message:
  -----------
  [X86] Add test to show that nofpexcept flag is not preserved by stack reload folding.


  Commit: b1dcd84c7ea3c97ddd73f629441be24791f23624
      https://github.com/llvm/llvm-project/commit/b1dcd84c7ea3c97ddd73f629441be24791f23624
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2020-01-13 (Mon, 13 Jan 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86InstrInfo.cpp
    M llvm/test/CodeGen/X86/stack-folding-fp-nofpexcept.mir

  Log Message:
  -----------
  [X86] Copy the nofpexcept flag when folding a load into an instruction using the load folding tables./


Compare: https://github.com/llvm/llvm-project/compare/1ab13f8cc3f7...b1dcd84c7ea3


More information about the All-commits mailing list