[all-commits] [llvm/llvm-project] a066f4: [X86] Add ISD::FREEZE and ISD::AssertAlign to the ...

Craig Topper via All-commits all-commits at lists.llvm.org
Mon Jun 14 21:50:56 PDT 2021


  Branch: refs/heads/release/12.x
  Home:   https://github.com/llvm/llvm-project
  Commit: a066f4eb679488cfeed2fec24574adcb55f367a1
      https://github.com/llvm/llvm-project/commit/a066f4eb679488cfeed2fec24574adcb55f367a1
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
    M llvm/lib/Target/X86/X86InstrCompiler.td
    M llvm/test/CodeGen/X86/freeze.ll

  Log Message:
  -----------
  [X86] Add ISD::FREEZE and ISD::AssertAlign to the list of opcodes that don't guarantee upper 32 bits are zero.

The freeze issue was reported here
https://llvm.discourse.group/t/bug-or-feature-freeze-instruction/3639

I don't have a test for AssertAlign. I just noticed it was missing
and assume it should be similar to the other two Asserts.

Reviewed By: RKSimon

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

(cherry picked from commit c997867dc084a1bcf631816f964b3ff49a297ba3)




More information about the All-commits mailing list