[llvm-commits] Use of TSFlag in Hexagon

Brendon Cahoon bcahoon at codeaurora.org
Wed Feb 8 10:33:11 PST 2012


Committed as r150078.

-- Brendon

--
Qualcomm Innovation Center, Inc is a member of Code Aurora Forum

-----Original Message-----
From: llvm-commits-bounces at cs.uiuc.edu
[mailto:llvm-commits-bounces at cs.uiuc.edu] On Behalf Of Sirish Pande
Sent: Monday, February 06, 2012 5:01 PM
To: llvm-commits at cs.uiuc.edu
Subject: [llvm-commits] Use of TSFlag in Hexagon


I have attached a patch that replaces a big switch-case statement with a bit
in TSFlag. This is very specific to Hexagon, and it won't affect any other
target.

This patch essentially replaces the huge body of a function in
HexagonInstrInfo.cpp with a use of the TSFlag.

Sirish

--
Qualcomm Innovation Center, Inc is a member of Code Aurora Forum





More information about the llvm-commits mailing list